summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-26 09:41:33 +0200
committerMassimiliano Torromeo2017-06-26 09:41:33 +0200
commit38fd002b14a09aed20d7ea6e095c732bd19bf05d (patch)
treefec0e7fcc13d41e88d8e4385d92b9be057982a46
parent4f972742d3493fe1208971f260c58b055a24f54c (diff)
downloadaur-38fd002b14a09aed20d7ea6e095c732bd19bf05d.tar.gz
Change nginx url schema to https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 553add27798e..cb46dc57b71a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jun 12 15:32:39 UTC 2017
+# Mon Jun 26 07:41:33 UTC 2017
pkgbase = nginx-mainline-mod-redis2
pkgdesc = Redis 2.0 protocol module for mainline nginx
pkgver = 0.14
@@ -9,7 +9,7 @@ pkgbase = nginx-mainline-mod-redis2
arch = x86_64
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.13.1.tar.gz
+ source = https://nginx.org/download/nginx-1.13.1.tar.gz
source = https://github.com/openresty/redis2-nginx-module/archive/v0.14/redis2-0.14.tar.gz
source = nginx-mainline-mod-redis2-0.14-default_port.patch::https://github.com/openresty/redis2-nginx-module/commit/8cc7304787ae9542db4feb50d9e27beb485caa0f.patch
sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
diff --git a/PKGBUILD b/PKGBUILD
index b364a21da613..5127c8885a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://github.com/openresty/redis2-nginx-module"
license=('BSD')
source=(
- http://nginx.org/download/nginx-$_nginxver.tar.gz
+ https://nginx.org/download/nginx-$_nginxver.tar.gz
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
$pkgname-$pkgver-default_port.patch::https://github.com/openresty/redis2-nginx-module/commit/8cc7304787ae9542db4feb50d9e27beb485caa0f.patch
)