summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Andrew Clemons2018-05-20 05:21:02 +0200
committer Willy Sudiarto Raharjo2018-05-26 01:59:31 +0200
commitcb277611398302fa0f073c20f5be7e74786107cd (patch)
treeff8a813a569c2826cecc852b28c05858d01aea5a /network
parent414f0f13983ccb34533daffcd9072c54774c4cb2 (diff)
downloadold.slackbuilds-cb277611398302fa0f073c20f5be7e74786107cd.tar.gz
network/prosody-mod-throttle-presence: Fixed MD5SUM.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'network')
-rw-r--r--network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild6
-rw-r--r--network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.info2
2 files changed, 4 insertions, 4 deletions
diff --git a/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild b/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild
index 70d119083b..39c218ac3e 100644
--- a/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild
+++ b/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild
@@ -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-throttle-presence/prosody-mod-throttle-presence.info b/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.info
index b28f960189..79f4221da3 100644
--- a/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.info
+++ b/network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.info
@@ -2,7 +2,7 @@ PRGNAM="prosody-mod-throttle-presence"
VERSION="hg1925"
HOMEPAGE="https://modules.prosody.im/mod_throttle_presence.html"
DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/552faee596b7.tar.gz"
-MD5SUM="c3555fdb4ed62960d6a10c509ebd775c"
+MD5SUM="94987f1464834bf1f4b076579be1a16d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="prosody-mod-csi"