summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-26 09:38:50 +0200
committerMassimiliano Torromeo2017-06-26 09:38:50 +0200
commitbc7e0f29fc39d7d637ca7f6d3166357e15d05116 (patch)
treeb40a6dbbb55a8bac62fab81beff0e1195457fdf5
parent2d7a20878e240e9f9dffe099cb1df9f13cf05064 (diff)
downloadaur-bc7e0f29fc39d7d637ca7f6d3166357e15d05116.tar.gz
Change nginx url schema to https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f20761fa0f..87b3056a4915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 12:02:16 UTC 2017
+# Mon Jun 26 07:38:49 UTC 2017
pkgbase = nginx-mainline-mod-auth_pam
pkgdesc = Nginx mainline module to use PAM for simple http authentication
pkgver = 1.5.1
@@ -9,7 +9,7 @@ pkgbase = nginx-mainline-mod-auth_pam
arch = x86_64
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.13.0.tar.gz
+ source = https://nginx.org/download/nginx-1.13.0.tar.gz
source = https://github.com/sto/ngx_http_auth_pam_module/archive/v1.5.1/ngx_http_auth_pam_module-1.5.1.tar.gz
source = ngx_http_auth_pam_module-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
sha256sums = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7
diff --git a/PKGBUILD b/PKGBUILD
index 20727c49b3c7..e124e0fd9039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://github.com/sto/ngx_http_auth_pam_module"
license=('BSD')
source=(
- http://nginx.org/download/nginx-$_nginxver.tar.gz
+ https://nginx.org/download/nginx-$_nginxver.tar.gz
https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
)