diff options
author | Massimiliano Torromeo | 2017-11-07 09:51:16 +0100 |
---|---|---|
committer | Massimiliano Torromeo | 2017-11-07 09:51:16 +0100 |
commit | dd255c63d9bcb9b25cf1de1df20ca1c4fbfbf89f (patch) | |
tree | 2318f93e577c0ddb375a268de66d6b414c543d93 | |
parent | 7dafec35b5399a349e5b478f0c551ba7319cc270 (diff) | |
download | aur-dd255c63d9bcb9b25cf1de1df20ca1c4fbfbf89f.tar.gz |
Updated to 0.1.0-4
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,17 +1,17 @@ # Generated by mksrcinfo v8 -# Wed Oct 25 09:50:05 UTC 2017 +# Tue Nov 7 08:51:16 UTC 2017 pkgbase = nginx-mainline-mod-dav-ext pkgdesc = Nginx mainline module with support for missing PROPFIND and OPTIONS WebDAV methods pkgver = 0.1.0 - pkgrel = 3 + pkgrel = 4 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.13.5.tar.gz + source = https://nginx.org/download/nginx-1.13.6.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 = 0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e + sha256sums = 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8 sha256sums = 6b004eed8ea16ad8de4d304027bf0413cc323a95914e58625a7dc066481aae3a pkgname = nginx-mainline-mod-dav-ext @@ -2,10 +2,10 @@ pkgname=nginx-mainline-mod-dav-ext pkgver=0.1.0 -pkgrel=3 +pkgrel=4 _modname="${pkgname#nginx-mainline-mod-}" -_nginxver=1.13.5 +_nginxver=1.13.6 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=('0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e' +sha256sums=('8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8' '6b004eed8ea16ad8de4d304027bf0413cc323a95914e58625a7dc066481aae3a') build() { |