summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-26 09:41:17 +0200
committerMassimiliano Torromeo2017-06-26 09:41:17 +0200
commit2d9e8f11291e4b431470d58b1a05be235b63787a (patch)
tree01f9acfc78dfe86f5bb174f10d6eb15165d7066f
parentcb656924d209625e30e590f2761527e4a140a08a (diff)
downloadaur-2d9e8f11291e4b431470d58b1a05be235b63787a.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 2bb0f25ccfe7..ca637b8b5ad8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jun 12 15:32:16 UTC 2017
+# Mon Jun 26 07:41:16 UTC 2017
pkgbase = nginx-mainline-mod-passenger
pkgdesc = Fast and robust web server and application server for Ruby, Python and Node.js (module for mainline nginx)
pkgver = 5.1.4
@@ -10,7 +10,7 @@ pkgbase = nginx-mainline-mod-passenger
license = MIT
depends = nginx-mainline
depends = ruby
- 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/phusion/passenger/archive/release-5.1.4/passenger-5.1.4.tar.gz
sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
sha256sums = 8e96a39eb7a07a8455fc3d22337e1981e77c67477796b8d54094c2dbcf4e61c8
diff --git a/PKGBUILD b/PKGBUILD
index 37511c76edc4..dc34281adee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://www.phusionpassenger.com"
license=('MIT')
source=(
- http://nginx.org/download/nginx-$_nginxver.tar.gz
+ https://nginx.org/download/nginx-$_nginxver.tar.gz
https://github.com/phusion/passenger/archive/release-$pkgver/$_modname-$pkgver.tar.gz
)