summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-10-30 12:22:05 +0100
committerMassimiliano Torromeo2018-10-30 12:22:05 +0100
commit243f9c3dcaf3267749fa0fb5f4023534ab44300f (patch)
tree2bffa3adc83a1754852e655b7c0d6bf5e0377fdb
parent5e683d6cd0cd848f4800b182b80a1368234006d6 (diff)
downloadaur-243f9c3dcaf3267749fa0fb5f4023534ab44300f.tar.gz
Updated to 0.1.0-15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22de5a8b2690..c09feb712eeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nginx-mainline-mod-dav-ext
pkgdesc = Nginx mainline module with support for missing PROPFIND and OPTIONS WebDAV methods
pkgver = 0.1.0
- pkgrel = 14
+ pkgrel = 15
url = https://github.com/arut/nginx-dav-ext-module
arch = i686
arch = x86_64
license = CUSTOM
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.15.4.tar.gz
+ source = https://nginx.org/download/nginx-1.15.5.tar.gz
source = https://github.com/arut/nginx-dav-ext-module/archive/v0.1.0/nginx-dav-ext-module-0.1.0.tar.gz
- sha256sums = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
+ sha256sums = 1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f
sha256sums = 6b004eed8ea16ad8de4d304027bf0413cc323a95914e58625a7dc066481aae3a
pkgname = nginx-mainline-mod-dav-ext
diff --git a/PKGBUILD b/PKGBUILD
index 51d6befd601f..1112b7903114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-dav-ext
pkgver=0.1.0
-pkgrel=14
+pkgrel=15
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.4
+_nginxver=1.15.5
pkgdesc='Nginx mainline module with support for missing PROPFIND and OPTIONS WebDAV methods'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
https://github.com/arut/nginx-dav-ext-module/archive/v$pkgver/nginx-dav-ext-module-$pkgver.tar.gz
)
-sha256sums=('3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7'
+sha256sums=('1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f'
'6b004eed8ea16ad8de4d304027bf0413cc323a95914e58625a7dc066481aae3a')
build() {