summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-26 09:39:37 +0200
committerMassimiliano Torromeo2017-06-26 09:39:37 +0200
commitc896b65accc08b94224fc6e73150b4b245a49776 (patch)
tree486c1d95ab4ae0b2444c54cfb7be97a07b47cc39 /PKGBUILD
parent4459aa5fe256502b25b538152fd8d2d2d138abfb (diff)
downloadaur-c896b65accc08b94224fc6e73150b4b245a49776.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 f3b39c195295..279757f89cdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://github.com/openresty/headers-more-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
)