summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-19 23:41:41 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-19 23:57:30 -0400
commitee41910fe340a7ee9644df546efbd9bc510069ed (patch)
tree098cfbb155dbcc1c0fc8af9e55c7876917b501d5 /sys-apps/busybox/busybox-1.24.2.ebuild
parentsys-apps/busybox: drop old <1.24.1 versions (diff)
downloadgentoo-ee41910fe340a7ee9644df546efbd9bc510069ed.tar.gz
gentoo-ee41910fe340a7ee9644df546efbd9bc510069ed.tar.bz2
gentoo-ee41910fe340a7ee9644df546efbd9bc510069ed.zip
sys-apps/busybox: move to https URLs
Diffstat (limited to 'sys-apps/busybox/busybox-1.24.2.ebuild')
-rw-r--r--sys-apps/busybox/busybox-1.24.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/busybox/busybox-1.24.2.ebuild b/sys-apps/busybox/busybox-1.24.2.ebuild
index 1f7377399a91..828d71614931 100644
--- a/sys-apps/busybox/busybox-1.24.2.ebuild
+++ b/sys-apps/busybox/busybox-1.24.2.ebuild
@@ -8,14 +8,14 @@ EAPI="4"
inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
DESCRIPTION="Utilities for rescue and embedded systems"
-HOMEPAGE="http://www.busybox.net/"
+HOMEPAGE="https://www.busybox.net/"
if [[ ${PV} == "9999" ]] ; then
MY_P=${PN}
EGIT_REPO_URI="git://busybox.net/busybox.git"
inherit git-2
else
MY_P=${PN}-${PV/_/-}
- SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2"
+ SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
fi