[arch-commits] Commit in crash/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Wed Dec 7 01:15:11 UTC 2016


    Date: Wednesday, December 7, 2016 @ 01:15:09
  Author: anatolik
Revision: 198229

Use https for sources

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-07 00:25:05 UTC (rev 198228)
+++ PKGBUILD	2016-12-07 01:15:09 UTC (rev 198229)
@@ -12,7 +12,7 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
 sha256sums=('c4b7740ce914b0196f07a9a8b8d35a6e698dd72a9f86f0f8328a579bdc7015ae')
 
 prepare() {



More information about the arch-commits mailing list