[arch-commits] Commit in typescript/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 26 08:55:29 UTC 2017
Date: Wednesday, April 26, 2017 @ 08:55:29
Author: felixonmars
Revision: 225635
use https
Modified:
typescript/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-26 08:55:21 UTC (rev 225634)
+++ PKGBUILD 2017-04-26 08:55:29 UTC (rev 225635)
@@ -11,7 +11,7 @@
license=('Apache')
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)
sha512sums=('6505d327b21c539620f0ccfc5735450eb82ecc80e94713650fcca3a3087517471baee8569ddf76609fdcea01e3a29448370860a5ee5b0f1edf383ea701a83099')
More information about the arch-commits
mailing list