diff options
author | 2020-05-08 01:31:01 +0100 | |
---|---|---|
committer | 2020-05-13 16:42:55 +0300 | |
commit | 7d7ec93afacf06eb1660992929ff9fd5aa3dc8d4 (patch) | |
tree | 7642e0f7cc6bd82e055fd32b462bd90f34606cd5 /app-arch/upx/upx-3.96.ebuild | |
parent | app-misc/rpick: Update to 0.6.1 (diff) | |
download | gentoo-7d7ec93afacf06eb1660992929ff9fd5aa3dc8d4.tar.gz gentoo-7d7ec93afacf06eb1660992929ff9fd5aa3dc8d4.tar.bz2 gentoo-7d7ec93afacf06eb1660992929ff9fd5aa3dc8d4.zip |
app-arch/upx: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Closes: https://github.com/gentoo/gentoo/pull/15693
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-arch/upx/upx-3.96.ebuild')
-rw-r--r-- | app-arch/upx/upx-3.96.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/upx/upx-3.96.ebuild b/app-arch/upx/upx-3.96.ebuild index 73fe7d2befec..63ac18d24284 100644 --- a/app-arch/upx/upx-3.96.ebuild +++ b/app-arch/upx/upx-3.96.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Ultimate Packer for eXecutables (free version using UCL compression and not NRV)" -HOMEPAGE="http://upx.github.io/" +HOMEPAGE="https://upx.github.io/" SRC_URI="https://github.com/upx/upx/releases/download/v${PV}/${P}-src.tar.xz" LICENSE="GPL-2+ UPX-exception" # Read the exception before applying any patches |