summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Noyce Barnham2020-01-22 19:28:24 +0000
committerJoel Noyce Barnham2020-01-22 19:28:24 +0000
commitc097ac2bc52372bb2b5cd6222bdc7838ef0d7a7b (patch)
tree6ed1ebf83111af09850826cf652d2868044e2d37
parent770097525ab92a0d8ed7e3010395f697f5d6d102 (diff)
downloadaur-c097ac2bc52372bb2b5cd6222bdc7838ef0d7a7b.tar.gz
Switch to HTTPS for download
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58740e9a8ffd..1fddbc38d965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = nodejs-json-diff
depends = nodejs
depends = npm
noextract = json-diff-0.5.4.tgz
- source = http://registry.npmjs.org/json-diff/-/json-diff-0.5.4.tgz
+ source = https://registry.npmjs.org/json-diff/-/json-diff-0.5.4.tgz
sha256sums = 81f7ce0aec1a8dbd8044753a0f786c25f1881a8c33068da0e05784ea083ff17a
pkgname = nodejs-json-diff
diff --git a/PKGBUILD b/PKGBUILD
index 6b236cefaf83..bf2c9f33cc3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/andreyvit/json-diff"
license=()
depends=('nodejs' 'npm')
optdepends=()
-source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
+source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
sha256sums=('81f7ce0aec1a8dbd8044753a0f786c25f1881a8c33068da0e05784ea083ff17a')