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

Felix Yan felixonmars at archlinux.org
Wed Apr 26 08:55:02 UTC 2017


    Date: Wednesday, April 26, 2017 @ 08:55:00
  Author: felixonmars
Revision: 225633

use https

Modified:
  semver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 08:54:38 UTC (rev 225632)
+++ PKGBUILD	2017-04-26 08:55:00 UTC (rev 225633)
@@ -10,7 +10,7 @@
 license=('ISC')
 depends=('nodejs')
 makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
 md5sums=('370e7a093e1a53b0154e2773059e4fd5')
 



More information about the arch-commits mailing list