summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-26 09:39:44 +0200
committerMassimiliano Torromeo2017-06-26 09:39:44 +0200
commit97fd35b9d29579d2c7cac76fc461142c663b54d8 (patch)
treeab8b03c7dc40aa021a401d9da996f84200da5f74 /PKGBUILD
parentf33bcca93cfc4e0b888ffefb598429b73436e95d (diff)
downloadaur-97fd35b9d29579d2c7cac76fc461142c663b54d8.tar.gz
Change nginx url schema to https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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
)