[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Apr 25 20:45:04 UTC 2019


    Date: Thursday, April 25, 2019 @ 20:45:03
  Author: arojas
Revision: 454050

https

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-25 20:44:10 UTC (rev 454049)
+++ PKGBUILD	2019-04-25 20:45:03 UTC (rev 454050)
@@ -9,7 +9,7 @@
 license=('Apache')
 depends=('semver')
 makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
 sha512sums=('6bf81bd91cd5df970166a56f52d3a3e8d220e553835ebe55e5f2db3f91be2c94f12e8b16cec57e49776669a5ca1008db34f1a5eee66b75794ab819bff0ca7e1c')
 



More information about the arch-commits mailing list