diff options
author | Louis Sautier <sbraz@gentoo.org> | 2019-02-19 13:14:58 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2019-02-19 13:27:28 +0100 |
commit | fc03d628e5adaa7d426914a034e50e4de5ef0d04 (patch) | |
tree | a966b6d620ef861c7f5771df79eca7b490fb34d7 /app-arch/libarchive/libarchive-3.3.1.ebuild | |
parent | mail-mta/exim: version bump (diff) | |
download | gentoo-fc03d628e5adaa7d426914a034e50e4de5ef0d04.tar.gz gentoo-fc03d628e5adaa7d426914a034e50e4de5ef0d04.tar.bz2 gentoo-fc03d628e5adaa7d426914a034e50e4de5ef0d04.zip |
app-arch/libarchive: update DESCRIPTION and metadata, use HTTPS URLs
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'app-arch/libarchive/libarchive-3.3.1.ebuild')
-rw-r--r-- | app-arch/libarchive/libarchive-3.3.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/libarchive/libarchive-3.3.1.ebuild b/app-arch/libarchive/libarchive-3.3.1.ebuild index 842ff5034009..5ccced536ae2 100644 --- a/app-arch/libarchive/libarchive-3.3.1.ebuild +++ b/app-arch/libarchive/libarchive-3.3.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils libtool multilib-minimal toolchain-funcs -DESCRIPTION="BSD tar command" -HOMEPAGE="http://www.libarchive.org/" -SRC_URI="http://www.libarchive.org/downloads/${P}.tar.gz" +DESCRIPTION="Multi-format archive and compression library" +HOMEPAGE="https://www.libarchive.org/" +SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz" LICENSE="BSD BSD-2 BSD-4 public-domain" SLOT="0/13" |