summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Shatunov2017-08-12 19:50:32 +0700
committerSergey Shatunov2017-08-12 19:50:32 +0700
commitf1dbfe4d45c047176e920ce0995b061325ca35a6 (patch)
tree40559e3b543436aedae87325189bb874239e678b
parentb393c245923f64ea9160a4a04889e24bae37394d (diff)
downloadaur-f1dbfe4d45c047176e920ce0995b061325ca35a6.tar.gz
Update to 1.13.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd0ba8ac6323..64133bde7dcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-http-xslt-filter
pkgdesc = HTTP XSLT module for the Nginx web server
- pkgver = 1.13.3
- pkgrel = 2
+ pkgver = 1.13.4
+ pkgrel = 1
url = https://nginx.org
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = nginx-mainline-mod-http-xslt-filter
license = custom
depends = nginx-mainline
depends = libxslt
- source = http://nginx.org/download/nginx-1.13.3.tar.gz
- sha256sums = 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
+ source = http://nginx.org/download/nginx-1.13.4.tar.gz
+ sha256sums = de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba
pkgname = nginx-mainline-mod-http-xslt-filter
diff --git a/PKGBUILD b/PKGBUILD
index 6894523af296..4064309ceb41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey Shatunov <me@prok.pw>
pkgname=nginx-mainline-mod-http-xslt-filter
-pkgver=1.13.3
-pkgrel=2
+pkgver=1.13.4
+pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"
@@ -14,7 +14,7 @@ url="https://nginx.org"
license=('custom')
source=(http://nginx.org/download/nginx-$_nginxver.tar.gz)
-sha256sums=('5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72')
+sha256sums=('de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba')
build() {
cd "$srcdir"/nginx-$_nginxver