summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Shatunov2017-10-31 22:05:45 +0700
committerSergey Shatunov2017-10-31 22:05:45 +0700
commit7f40f16470e4bf79b9b87db8b37bd822e0b47691 (patch)
tree883aa515cebbe89dfe08bf4c5a5c8f3fdc427c0e
parent1c2d247ff68898e3dc69237d969ceae4f82402f7 (diff)
downloadaur-7f40f16470e4bf79b9b87db8b37bd822e0b47691.tar.gz
Update to 1.13.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c6e6e821ba0..f779093e208f 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.5
+ pkgver = 1.13.6
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.5.tar.gz
- sha256sums = 0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e
+ source = http://nginx.org/download/nginx-1.13.6.tar.gz
+ sha256sums = 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8
pkgname = nginx-mainline-mod-http-xslt-filter
diff --git a/PKGBUILD b/PKGBUILD
index c72591f92b10..0871027eac60 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.5
+pkgver=1.13.6
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=('0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e')
+sha256sums=('8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8')
build() {
cd "$srcdir"/nginx-$pkgver