summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-27 14:48:34 +0200
committerMassimiliano Torromeo2017-04-27 14:48:34 +0200
commit94e9c1c6ec7d969bfb57570b55881479e78bccfb (patch)
treee24786c33496f9708bb371f014046ef8b4580d5b
parenta0fbae6547765bcdf0c350696205d2ace52c3da8 (diff)
downloadaur-94e9c1c6ec7d969bfb57570b55881479e78bccfb.tar.gz
Rebuild for nginx-mainline 1.13.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b9b083723aa..5b3538f9b0f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-passenger
pkgver=5.1.2
-pkgrel=2
+pkgrel=3
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.12.0
+_nginxver=1.13.0
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=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7'
'55c1d8748f362845da08b5a9f6f5c4ca1fafdad7a512866b05a1971f43674ca6')
build() {