summaryrefslogtreecommitdiffstats
path: root/network/prosody-mod-mam-muc
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2018-05-20 15:17:35 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-26 06:59:30 +0700
commitdc161db6b3ac1e3709faed37f64057c0728f360c (patch)
tree764a23077c779b0100be4cc80187846bbee55eb4 /network/prosody-mod-mam-muc
parent86d31bfa0270a6552f2a070f4789a3018f5b8c16 (diff)
downloadslackbuilds-dc161db6b3ac1e3709faed37f64057c0728f360c.tar.gz
slackbuilds-dc161db6b3ac1e3709faed37f64057c0728f360c.tar.xz
network/prosody-mod-mam-muc: Updated for version hg3042.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'network/prosody-mod-mam-muc')
-rw-r--r--network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild10
-rw-r--r--network/prosody-mod-mam-muc/prosody-mod-mam-muc.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild b/network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild
index 7b62d1706b..73ba634eeb 100644
--- a/network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild
+++ b/network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild
@@ -24,8 +24,8 @@
PRGNAM=prosody-mod-mam-muc
MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_')
-VERSION=${VERSION:-hg3005}
-REVISION=${REVISION:-902ecd6400bd}
+VERSION=${VERSION:-hg3042}
+REVISION=${REVISION:-4f215f5227cf}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,9 +57,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf prosody-modules-$REVISION
-tar xvf $CWD/prosody-modules-$REVISION.tar.gz || tar xvf $CWD/$REVISION.tar.gz
-cd prosody-modules-$REVISION
+rm -rf Community-Modules-$REVISION
+tar xvf $CWD/Community-Modules-$REVISION.tar.gz || tar xvf $CWD/$REVISION.tar.gz
+cd Community-Modules-$REVISION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/network/prosody-mod-mam-muc/prosody-mod-mam-muc.info b/network/prosody-mod-mam-muc/prosody-mod-mam-muc.info
index 65e46d849b..8781a5681a 100644
--- a/network/prosody-mod-mam-muc/prosody-mod-mam-muc.info
+++ b/network/prosody-mod-mam-muc/prosody-mod-mam-muc.info
@@ -1,8 +1,8 @@
PRGNAM="prosody-mod-mam-muc"
-VERSION="hg3005"
+VERSION="hg3042"
HOMEPAGE="https://modules.prosody.im/mod_mam_muc.html"
-DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/902ecd6400bd.tar.gz"
-MD5SUM="df3144ab2548147f29405c0dbab5a457"
+DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/4f215f5227cf.tar.gz"
+MD5SUM="7c9409609b2c722c07a5a08fc7fab622"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="prosody"