summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-01-25 12:05:59 +0100
committerMassimiliano Torromeo2020-01-25 12:05:59 +0100
commit663623b30c47ccc288bdb79e2f59188c69d9ef50 (patch)
tree0de782b72d48e6cdcb3f2f473547574025e6797e
parentd50a9a0ec3eff5f886fac39f10fb58257ec6a87f (diff)
downloadaur-663623b30c47ccc288bdb79e2f59188c69d9ef50.tar.gz
Updated to 6.0.2-11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a80bb470ae93..7d8d6833aa2b 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 = 10
+ pkgrel = 11
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.7.tar.gz
- source = https://nginx.org/download/nginx-1.17.7.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.8.tar.gz
+ source = https://nginx.org/download/nginx-1.17.8.tar.gz.asc
source = https://github.com/phusion/passenger/archive/release-6.0.2/passenger-6.0.2.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff
+ sha256sums = 97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
sha256sums = SKIP
sha256sums = 32a2e4d78cdf782c52172020d016297a3065ee85eef7cdbe8422bb7bb3741887
diff --git a/PKGBUILD b/PKGBUILD
index 62683deeb429..82b079be3a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-passenger
pkgver=6.0.2
-pkgrel=10
+pkgrel=11
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.7
+_nginxver=1.17.8
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=('b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff'
+sha256sums=('97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b'
'SKIP'
'32a2e4d78cdf782c52172020d016297a3065ee85eef7cdbe8422bb7bb3741887')