summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-09-08 11:47:02 +0200
committerMassimiliano Torromeo2017-09-08 11:47:02 +0200
commita64b4984e2918bff307dc7c6a4206bdc25f35d03 (patch)
tree29b5ab5a812dfd86c08d0b87244c0d769824fad9
parenteb6c31ecb1baa3a833d097e02a8c848bc201dfe8 (diff)
downloadaur-a64b4984e2918bff307dc7c6a4206bdc25f35d03.tar.gz
Updated to 5.1.6-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 462e170a77c9..dc109f3c15fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Jul 24 08:35:32 UTC 2017
+# Fri Sep 8 09:47:01 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.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.phusionpassenger.com
arch = i686
arch = x86_64
license = MIT
depends = nginx-mainline
depends = ruby
- source = https://nginx.org/download/nginx-1.13.3.tar.gz
+ source = https://nginx.org/download/nginx-1.13.4.tar.gz
source = https://github.com/phusion/passenger/archive/release-5.1.6/passenger-5.1.6.tar.gz
- sha256sums = 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
+ sha256sums = de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba
sha256sums = ecca42b736e24afeaf318ad6eff565213a81df3a7a525340ddfe5478a3e0825e
pkgname = nginx-mainline-mod-passenger
diff --git a/PKGBUILD b/PKGBUILD
index 47033c617efa..44498b575054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-passenger
pkgver=5.1.6
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.3
+_nginxver=1.13.4
pkgdesc="Fast and robust web server and application server for Ruby, Python and Node.js (module for mainline nginx)"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
https://github.com/phusion/passenger/archive/release-$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72'
+sha256sums=('de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba'
'ecca42b736e24afeaf318ad6eff565213a81df3a7a525340ddfe5478a3e0825e')
build() {