diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-28 16:26:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-28 17:36:17 +0100 |
commit | 1179288179087f8e9dfa82d071271a3fcab715ea (patch) | |
tree | b3ea519dcc304dddf9e04e6b7d1d620755e2f1c0 /app-arch/libarchive | |
parent | app-admin/ansible-core: add 2.13.8, 2.14.3 (diff) | |
download | gentoo-1179288179087f8e9dfa82d071271a3fcab715ea.tar.gz gentoo-1179288179087f8e9dfa82d071271a3fcab715ea.tar.bz2 gentoo-1179288179087f8e9dfa82d071271a3fcab715ea.zip |
app-arch/libarchive: Add GH repo to HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/libarchive')
-rw-r--r-- | app-arch/libarchive/libarchive-3.6.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-arch/libarchive/libarchive-3.6.2.ebuild b/app-arch/libarchive/libarchive-3.6.2.ebuild index 2f4b076f78df..9efe314e09d9 100644 --- a/app-arch/libarchive/libarchive-3.6.2.ebuild +++ b/app-arch/libarchive/libarchive-3.6.2.ebuild @@ -1,11 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit multilib-minimal toolchain-funcs verify-sig DESCRIPTION="Multi-format archive and compression library" -HOMEPAGE="https://www.libarchive.org/" +HOMEPAGE=" + https://www.libarchive.org/ + https://github.com/libarchive/libarchive/ +" SRC_URI=" https://www.libarchive.de/downloads/${P}.tar.xz verify-sig? ( https://www.libarchive.de/downloads/${P}.tar.xz.asc ) |