summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-11-07 10:01:07 +0100
committerMassimiliano Torromeo2017-11-07 10:01:07 +0100
commit009bbdaa8e608d5636778ff45a141bafafdd5fa8 (patch)
tree478fb174dec4706b7490c907fa5eab91f68178a9
parent8b0bc7d4f068cbc8f594c7303fb20dbeeabe9bd8 (diff)
downloadaur-009bbdaa8e608d5636778ff45a141bafafdd5fa8.tar.gz
Updated to 5.1.11-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2099b3292486..061338102704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Wed Oct 25 10:01:08 UTC 2017
+# Tue Nov 7 09:01:07 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.11
- 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.5.tar.gz
+ source = https://nginx.org/download/nginx-1.13.6.tar.gz
source = https://github.com/phusion/passenger/archive/release-5.1.11/passenger-5.1.11.tar.gz
- sha256sums = 0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e
- sha256sums = 26fc56b2f6d27ed58b948d9601a17a4f61e98fd16349bcb46f3ecebcac3177dd
+ sha256sums = 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8
+ sha256sums = 88909e11eec02ff23115ab6d7c3e14ad4d84af6eee13ae6ebb4ceaa2827e6b4c
pkgname = nginx-mainline-mod-passenger
diff --git a/PKGBUILD b/PKGBUILD
index de5899bfb3cb..4fb37a1358b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-passenger
pkgver=5.1.11
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.5
+_nginxver=1.13.6
pkgdesc="Fast and robust web server and application server for Ruby, Python and Node.js (module for mainline nginx)"
arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@ source=(
https://github.com/phusion/passenger/archive/release-$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e'
- '26fc56b2f6d27ed58b948d9601a17a4f61e98fd16349bcb46f3ecebcac3177dd')
+sha256sums=('8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8'
+ '88909e11eec02ff23115ab6d7c3e14ad4d84af6eee13ae6ebb4ceaa2827e6b4c')
build() {
cd "$srcdir"/nginx-$_nginxver