Date: Sunday, November 6, 2016 @ 13:47:53
  Author: bpiotrowski
Revision: 279905

Use HTTPS to download sources

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-11-06 13:47:39 UTC (rev 279904)
+++ PKGBUILD    2016-11-06 13:47:53 UTC (rev 279905)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('glibc')
 options=('!buildflags')
-source=("http://busybox.net/downloads/busybox-$pkgver.tar.bz2";
+source=("https://busybox.net/downloads/busybox-$pkgver.tar.bz2";
         'glibc-2.16.patch'
         'config')
 sha256sums=('e71ef53ec656f31c42633918d301405d40dea1d97eca12f272217ae4a971c855'

Reply via email to