summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Shatunov2018-03-25 20:28:01 +0700
committerSergey Shatunov2018-03-25 20:28:01 +0700
commit977f3c34cddf586947da07305c1d70b24a4ed89a (patch)
treec08bc8b510be544a460ca9691cd2513f37833f57
parent0cbc38886efd1731f9ffdaa0eb2c5c1b79b49122 (diff)
downloadaur-977f3c34cddf586947da07305c1d70b24a4ed89a.tar.gz
Update to 1.13.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e3aa7ce1c33..c2688af43f54 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.9
+ pkgver = 1.13.10
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.9.tar.gz
- sha256sums = 5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42
+ source = http://nginx.org/download/nginx-1.13.10.tar.gz
+ sha256sums = 336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885
pkgname = nginx-mainline-mod-http-xslt-filter
diff --git a/PKGBUILD b/PKGBUILD
index 0e952c0518d7..1c2a8136a8f4 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.9
+pkgver=1.13.10
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=('5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42')
+sha256sums=('336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885')
build() {
cd "$srcdir"/nginx-$pkgver