aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/prosody-mod-csi/prosody-mod-csi.SlackBuild6
-rw-r--r--network/prosody-mod-csi/prosody-mod-csi.info2
2 files changed, 4 insertions, 4 deletions
diff --git a/network/prosody-mod-csi/prosody-mod-csi.SlackBuild b/network/prosody-mod-csi/prosody-mod-csi.SlackBuild
index 89aacd45d27c..76574675f691 100644
--- a/network/prosody-mod-csi/prosody-mod-csi.SlackBuild
+++ b/network/prosody-mod-csi/prosody-mod-csi.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-csi/prosody-mod-csi.info b/network/prosody-mod-csi/prosody-mod-csi.info
index 3d0a66af39c8..206a145f452f 100644
--- a/network/prosody-mod-csi/prosody-mod-csi.info
+++ b/network/prosody-mod-csi/prosody-mod-csi.info
@@ -2,7 +2,7 @@ PRGNAM="prosody-mod-csi"
VERSION="hg2876"
HOMEPAGE="https://modules.prosody.im/mod_csi.html"
DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/ea6b5321db50.tar.gz"
-MD5SUM="b4e1d4e156c19cff96f7781f682841f8"
+MD5SUM="8ebd13c1fb0d3a815247969b09be1682"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="prosody"