summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc476bb7eb5f..166833332d15 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.2
+ pkgver = 1.13.3
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.2.tar.gz
- sha256sums = d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70
+ source = http://nginx.org/download/nginx-1.13.3.tar.gz
+ sha256sums = 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
pkgname = nginx-mainline-mod-http-xslt-filter
diff --git a/PKGBUILD b/PKGBUILD
index 2d0dcf5a156d..e3d1416fd58b 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.2
+pkgver=1.13.3
pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
@@ -14,7 +14,7 @@ url="https://nginx.org"
license=('custom')
source=(http://nginx.org/download/nginx-$_nginxver.tar.gz)
-sha256sums=('d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70')
+sha256sums=('5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72')
build() {
cd "$srcdir"/nginx-$_nginxver