summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2016-05-30 15:42:16 +0200
committerGeorg Schlisio2016-05-30 15:42:16 +0200
commitb6a1f084187c9ca7021f61f1e3696dbe192622af (patch)
tree129c5aad8a9dc12fd1a0a167edcc3f97bdec1ad5
parentd59af932e52b7c8075f583adf1bcdaa7ae8eb414 (diff)
downloadaur-b6a1f084187c9ca7021f61f1e3696dbe192622af.tar.gz
updated to latest version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e39037cd20c..710e113dfd17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = prosody-mod-s2s-auth-dane
pkgdesc = implements DANE as server to server authentication for prosody xmpp server
- pkgver = 2016.01.31
+ pkgver = 2016.05.28
pkgrel = 4
url = https://modules.prosody.im/mod_s2s_auth_dane.html
arch = any
@@ -8,8 +8,8 @@ pkgbase = prosody-mod-s2s-auth-dane
depends = prosody
depends = lua-sec
optdepends = luaunbound: unbound bindings for DNSSEC-aware resolving
- source = https://hg.prosody.im/prosody-modules/raw-file/39774b078dde/mod_s2s_auth_dane/mod_s2s_auth_dane.lua
- md5sums = 7bbdb1235a8355b42790ee52265046af
+ source = https://hg.prosody.im/prosody-modules/raw-file/7155ed1fb540/mod_s2s_auth_dane/mod_s2s_auth_dane.lua
+ md5sums = 5b9d0e3c5edcf8285ff683bd17e683ea
pkgname = prosody-mod-s2s-auth-dane
diff --git a/PKGBUILD b/PKGBUILD
index d03917ce0f87..348900a7fc34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=prosody-mod-s2s-auth-dane
-pkgver=2016.01.31
+pkgver=2016.05.28
pkgrel=4
pkgdesc="implements DANE as server to server authentication for prosody xmpp server"
url="https://modules.prosody.im/mod_s2s_auth_dane.html"
@@ -8,8 +8,8 @@ arch=('any')
license=('MIT')
depends=("prosody" "lua-sec")
optdepends=("luaunbound: unbound bindings for DNSSEC-aware resolving")
-source=("https://hg.prosody.im/prosody-modules/raw-file/39774b078dde/mod_s2s_auth_dane/mod_s2s_auth_dane.lua")
-md5sums=('7bbdb1235a8355b42790ee52265046af')
+source=("https://hg.prosody.im/prosody-modules/raw-file/7155ed1fb540/mod_s2s_auth_dane/mod_s2s_auth_dane.lua")
+md5sums=('5b9d0e3c5edcf8285ff683bd17e683ea')
package() {
install -Dm 644 "mod_s2s_auth_dane.lua" "${pkgdir}/usr/lib/prosody/modules/mod_s2s_auth_dane.lua"