summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-06-12 17:24:04 +0200
committerMassimiliano Torromeo2017-06-12 17:32:19 +0200
commitcb656924d209625e30e590f2761527e4a140a08a (patch)
treefd97719063debb7d853373a679b4780abdaae255
parenta3d2a590ba3c92bb61e1f2a98b2e06fdd5fd13c5 (diff)
downloadaur-cb656924d209625e30e590f2761527e4a140a08a.tar.gz
Updated to 5.1.2-4
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61062b0e72e5..2bb0f25ccfe7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 12:49:00 UTC 2017
+# Mon Jun 12 15:32:16 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.2
- pkgrel = 3
+ pkgver = 5.1.4
+ pkgrel = 1
url = https://www.phusionpassenger.com
arch = i686
arch = x86_64
license = MIT
depends = nginx-mainline
depends = ruby
- source = http://nginx.org/download/nginx-1.13.0.tar.gz
- source = https://github.com/phusion/passenger/archive/release-5.1.2/passenger-5.1.2.tar.gz
- sha256sums = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7
- sha256sums = 55c1d8748f362845da08b5a9f6f5c4ca1fafdad7a512866b05a1971f43674ca6
+ source = http://nginx.org/download/nginx-1.13.1.tar.gz
+ source = https://github.com/phusion/passenger/archive/release-5.1.4/passenger-5.1.4.tar.gz
+ sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
+ sha256sums = 8e96a39eb7a07a8455fc3d22337e1981e77c67477796b8d54094c2dbcf4e61c8
pkgname = nginx-mainline-mod-passenger
diff --git a/PKGBUILD b/PKGBUILD
index 5b3538f9b0f6..37511c76edc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-passenger
-pkgver=5.1.2
-pkgrel=3
+pkgver=5.1.4
+pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.0
+_nginxver=1.13.1
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=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7'
- '55c1d8748f362845da08b5a9f6f5c4ca1fafdad7a512866b05a1971f43674ca6')
+sha256sums=('a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776'
+ '8e96a39eb7a07a8455fc3d22337e1981e77c67477796b8d54094c2dbcf4e61c8')
build() {
cd "$srcdir"/nginx-$_nginxver