summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoàng Đức Hiếu2017-07-13 09:24:10 +0700
committerHoàng Đức Hiếu2017-07-13 09:24:10 +0700
commit9a09ef15e933910dde57153df10b480420c6bc3f (patch)
tree3efe27fd70db7b5f1011effa890afb3415f3a097
parent09984dadbfac7fe38135faf1918b0dc9a6396a0f (diff)
downloadaur-9a09ef15e933910dde57153df10b480420c6bc3f.tar.gz
download nginx via https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5afc4f7f8e84..c03a8961f143 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = nginx-mainline-mod-fancyindex
arch = armv7h
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.13.2.tar.gz
+ source = https://nginx.org/download/nginx-1.13.3.tar.gz
source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.1.tar.gz
sha256sums = d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70
sha256sums = 2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71
diff --git a/PKGBUILD b/PKGBUILD
index 8dc3551ac2b1..5f8c7c2b50bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://github.com/aperezdc/ngx-fancyindex"
license=('BSD')
source=(
- http://nginx.org/download/nginx-$_nginxver.tar.gz
+ https://nginx.org/download/nginx-$_nginxver.tar.gz
https://github.com/aperezdc/ngx-$_modname/archive/v$pkgver.tar.gz
)