summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-08-16 17:26:21 +0200
committerMassimiliano Torromeo2019-08-16 17:26:21 +0200
commit09c0d44c3955572e4b40dde47a8462f7b78283dc (patch)
tree2220e263b5b74be55ac4c29f2efacd03952310dd
parentc5fb49fabfbb137fb55eca46e4d1acf961a27f81 (diff)
downloadaur-09c0d44c3955572e4b40dde47a8462f7b78283dc.tar.gz
Updated to 6.0.2-6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f6957cddd35..ba201b3d337d 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 = 5
+ pkgrel = 6
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.1.tar.gz
- source = https://nginx.org/download/nginx-1.17.1.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.3.tar.gz
+ source = https://nginx.org/download/nginx-1.17.3.tar.gz.asc
source = https://github.com/phusion/passenger/archive/release-6.0.2/passenger-6.0.2.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
+ sha256sums = 3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c
sha256sums = SKIP
sha256sums = 32a2e4d78cdf782c52172020d016297a3065ee85eef7cdbe8422bb7bb3741887
diff --git a/PKGBUILD b/PKGBUILD
index 767543ed4896..d77b9bae20cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-passenger
pkgver=6.0.2
-pkgrel=5
+pkgrel=6
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.17.1
+_nginxver=1.17.3
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=('6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e'
+sha256sums=('3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c'
'SKIP'
'32a2e4d78cdf782c52172020d016297a3065ee85eef7cdbe8422bb7bb3741887')