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

Felix Yan felixonmars at archlinux.org
Wed Apr 26 08:54:19 UTC 2017


    Date: Wednesday, April 26, 2017 @ 08:54:18
  Author: felixonmars
Revision: 225629

use https

Modified:
  marked/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 08:54:07 UTC (rev 225628)
+++ PKGBUILD	2017-04-26 08:54:18 UTC (rev 225629)
@@ -10,7 +10,7 @@
 license=('MIT')
 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=('019cacddd37277b77cc2eac4670336bb')
 



More information about the arch-commits mailing list