diff options
author | Massimiliano Torromeo | 2017-06-26 09:39:57 +0200 |
---|---|---|
committer | Massimiliano Torromeo | 2017-06-26 09:39:57 +0200 |
commit | 496fdb94b649f9fdf834f82f4035ef16660f0411 (patch) | |
tree | ed204c799b256fd64ae4c48888dffdeacda96b53 /PKGBUILD | |
parent | 97357899b2c8258a4b2d4d0821ec92454cf5ab73 (diff) | |
download | aur-496fdb94b649f9fdf834f82f4035ef16660f0411.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/memc-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/memc-nginx-module/commit/c08cb7043440e427867838caf21cfd1e6cb2127a.patch ) |