summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Shatunov2018-02-21 23:15:08 +0700
committerSergey Shatunov2018-02-21 23:15:08 +0700
commit0cbc38886efd1731f9ffdaa0eb2c5c1b79b49122 (patch)
tree9da7e7414c90d2bbdcac34fdbf584f0d590c842c
parentec27a5ace46b7ba35f720051f0554e44a2e147b1 (diff)
downloadaur-0cbc38886efd1731f9ffdaa0eb2c5c1b79b49122.tar.gz
Update to 1.13.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b001a911544..8e3aa7ce1c33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-mainline-mod-http-xslt-filter
pkgdesc = HTTP XSLT module for the Nginx web server
- pkgver = 1.13.8
+ pkgver = 1.13.9
pkgrel = 1
url = https://nginx.org
arch = i686
@@ -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.8.tar.gz
- sha256sums = 8410b6c31ff59a763abf7e5a5316e7629f5a5033c95a3a0ebde727f9ec8464c5
+ source = http://nginx.org/download/nginx-1.13.9.tar.gz
+ sha256sums = 5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42
pkgname = nginx-mainline-mod-http-xslt-filter
diff --git a/PKGBUILD b/PKGBUILD
index c527c6d9d18c..0e952c0518d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sergey Shatunov <me@prok.pw>
pkgname=nginx-mainline-mod-http-xslt-filter
-pkgver=1.13.8
+pkgver=1.13.9
pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
@@ -13,7 +13,7 @@ url="https://nginx.org"
license=('custom')
source=(http://nginx.org/download/nginx-$pkgver.tar.gz)
-sha256sums=('8410b6c31ff59a763abf7e5a5316e7629f5a5033c95a3a0ebde727f9ec8464c5')
+sha256sums=('5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42')
build() {
cd "$srcdir"/nginx-$pkgver