summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Shatunov2018-02-20 21:06:58 +0700
committerSergey Shatunov2018-02-20 21:06:58 +0700
commitec27a5ace46b7ba35f720051f0554e44a2e147b1 (patch)
tree573ff3ccd82de9e5ea423199d27931fd90cdf81d
parent7f40f16470e4bf79b9b87db8b37bd822e0b47691 (diff)
downloadaur-ec27a5ace46b7ba35f720051f0554e44a2e147b1.tar.gz
Update to 1.13.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f779093e208f..6b001a911544 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.6
+ pkgver = 1.13.8
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.6.tar.gz
- sha256sums = 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8
+ source = http://nginx.org/download/nginx-1.13.8.tar.gz
+ sha256sums = 8410b6c31ff59a763abf7e5a5316e7629f5a5033c95a3a0ebde727f9ec8464c5
pkgname = nginx-mainline-mod-http-xslt-filter
diff --git a/PKGBUILD b/PKGBUILD
index 0871027eac60..c527c6d9d18c 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.6
+pkgver=1.13.8
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=('8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8')
+sha256sums=('8410b6c31ff59a763abf7e5a5316e7629f5a5033c95a3a0ebde727f9ec8464c5')
build() {
cd "$srcdir"/nginx-$pkgver