summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-26 09:39:44 +0200
committerMassimiliano Torromeo2017-06-26 09:39:44 +0200
commit97fd35b9d29579d2c7cac76fc461142c663b54d8 (patch)
treeab8b03c7dc40aa021a401d9da996f84200da5f74
parentf33bcca93cfc4e0b888ffefb598429b73436e95d (diff)
downloadaur-97fd35b9d29579d2c7cac76fc461142c663b54d8.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 9a7d9cbc03b2..13a96d97abe7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 29 17:51:37 UTC 2017
+# Mon Jun 26 07:39:44 UTC 2017
pkgbase = nginx-mainline-mod-lua
pkgdesc = Lua script engine module for mainline nginx
pkgver = 0.10.8
@@ -11,7 +11,7 @@ pkgbase = nginx-mainline-mod-lua
depends = nginx-mainline
depends = nginx-mainline-mod-ndk
depends = luajit
- source = http://nginx.org/download/nginx-1.13.0.tar.gz
+ source = https://nginx.org/download/nginx-1.13.0.tar.gz
source = https://github.com/openresty/lua-nginx-module/archive/v0.10.8/lua-0.10.8.tar.gz
source = nginx-mainline-mod-lua-nginx-1.11.11.patch::https://github.com/openresty/lua-nginx-module/commit/0459a285ca0159d45e73da8bd1164edb5c57cde3.patch
sha256sums = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7
diff --git a/PKGBUILD b/PKGBUILD
index e844beb7af51..e09abb877ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://github.com/openresty/lua-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-nginx-1.11.11.patch::https://github.com/openresty/lua-nginx-module/commit/0459a285ca0159d45e73da8bd1164edb5c57cde3.patch
)