diff options
author | Massimiliano Torromeo | 2017-06-26 09:39:37 +0200 |
---|---|---|
committer | Massimiliano Torromeo | 2017-06-26 09:39:37 +0200 |
commit | c896b65accc08b94224fc6e73150b4b245a49776 (patch) | |
tree | 486c1d95ab4ae0b2444c54cfb7be97a07b47cc39 /PKGBUILD | |
parent | 4459aa5fe256502b25b538152fd8d2d2d138abfb (diff) | |
download | aur-c896b65accc08b94224fc6e73150b4b245a49776.tar.gz |
Change nginx url schema to https
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |