summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-07-03 11:29:58 +0200
committerMassimiliano Torromeo2019-07-03 11:29:58 +0200
commitc5fb49fabfbb137fb55eca46e4d1acf961a27f81 (patch)
tree51bd1b29b0d9f9d85661684b6246a66ff60103d4
parentbcff959aeb2c8ab9c8d491bee9cd82b3d4525996 (diff)
downloadaur-c5fb49fabfbb137fb55eca46e4d1acf961a27f81.tar.gz
Updated to 6.0.2-5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3399b0bc95b8..5f6957cddd35 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 = 4
+ pkgrel = 5
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.17.0.tar.gz
- source = https://nginx.org/download/nginx-1.17.0.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.1.tar.gz
+ source = https://nginx.org/download/nginx-1.17.1.tar.gz.asc
source = https://github.com/phusion/passenger/archive/release-6.0.2/passenger-6.0.2.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab
+ sha256sums = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
sha256sums = SKIP
sha256sums = 32a2e4d78cdf782c52172020d016297a3065ee85eef7cdbe8422bb7bb3741887
diff --git a/PKGBUILD b/PKGBUILD
index 746b2ef976f7..767543ed4896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-passenger
pkgver=6.0.2
-pkgrel=4
+pkgrel=5
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.0
+_nginxver=1.17.1
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=('e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab'
+sha256sums=('6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e'
'SKIP'
'32a2e4d78cdf782c52172020d016297a3065ee85eef7cdbe8422bb7bb3741887')