summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-05-24 09:34:26 +0200
committerMassimiliano Torromeo2019-05-24 09:34:26 +0200
commitbcff959aeb2c8ab9c8d491bee9cd82b3d4525996 (patch)
tree0ef46a4e03eae64fe0b8f8a8c8134962000137a5
parent02948cdc63739c58277adcb8a300eca382b3354a (diff)
downloadaur-bcff959aeb2c8ab9c8d491bee9cd82b3d4525996.tar.gz
Updated to 6.0.2-4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76f269d9dcf4..3399b0bc95b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 6.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.phusionpassenger.com
arch = i686
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = nginx-mainline-mod-passenger
makedepends = ruby-rake
depends = nginx-mainline
depends = ruby
- source = https://nginx.org/download/nginx-1.15.12.tar.gz
- source = https://nginx.org/download/nginx-1.15.12.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.0.tar.gz
+ source = https://nginx.org/download/nginx-1.17.0.tar.gz.asc
source = https://github.com/phusion/passenger/archive/release-6.0.2/passenger-6.0.2.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe
+ sha256sums = e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab
sha256sums = SKIP
sha256sums = 32a2e4d78cdf782c52172020d016297a3065ee85eef7cdbe8422bb7bb3741887
diff --git a/PKGBUILD b/PKGBUILD
index 0b760f8510a9..746b2ef976f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-passenger
pkgver=6.0.2
-pkgrel=3
+pkgrel=4
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.12
+_nginxver=1.17.0
pkgdesc="Fast and robust web server and application server for Ruby, Python and Node.js (module for mainline nginx)"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe'
+sha256sums=('e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab'
'SKIP'
'32a2e4d78cdf782c52172020d016297a3065ee85eef7cdbe8422bb7bb3741887')