summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-26 09:39:14 +0200
committerMassimiliano Torromeo2017-06-26 09:39:14 +0200
commitc3f7c79170ebb8af931d04645ceb153f83c2d269 (patch)
treece3876879033b5115e20e3f50e702e484b257f77 /PKGBUILD
parent84c737311c27ca680a3bc98b775d3bc2add4690e (diff)
downloadaur-c3f7c79170ebb8af931d04645ceb153f83c2d269.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 869fd2dc5370..c908bcbcf282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://github.com/arut/nginx-dav-ext-module"
license=('CUSTOM')
source=(
- http://nginx.org/download/nginx-$_nginxver.tar.gz
+ https://nginx.org/download/nginx-$_nginxver.tar.gz
https://github.com/arut/nginx-dav-ext-module/archive/v$pkgver/nginx-dav-ext-module-$pkgver.tar.gz
nginx-dav-ext-dynamic-module.patch::https://patch-diff.githubusercontent.com/raw/arut/nginx-dav-ext-module/pull/26.patch
)