summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-26 09:39:37 +0200
committerMassimiliano Torromeo2017-06-26 09:39:37 +0200
commitc896b65accc08b94224fc6e73150b4b245a49776 (patch)
tree486c1d95ab4ae0b2444c54cfb7be97a07b47cc39
parent4459aa5fe256502b25b538152fd8d2d2d138abfb (diff)
downloadaur-c896b65accc08b94224fc6e73150b4b245a49776.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 42a2013c2af0..09c51c5c3cba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jun 12 15:17:45 UTC 2017
+# Mon Jun 26 07:39:37 UTC 2017
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
pkgver = 0.32
@@ -9,7 +9,7 @@ pkgbase = nginx-mainline-mod-headers-more
arch = x86_64
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.13.1.tar.gz
+ source = https://nginx.org/download/nginx-1.13.1.tar.gz
source = https://github.com/openresty/headers-more-nginx-module/archive/v0.32/headers-more-0.32.tar.gz
sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
sha256sums = c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720
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
)