summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Andrew Clemons2018-05-20 05:11:00 +0200
committer Willy Sudiarto Raharjo2018-05-26 01:59:30 +0200
commit7a5cec42f639dc0c94075dc87617d22d937af586 (patch)
treeeba8c1f71ecb66c7b37d67b60d80dd9efa7b8978 /network
parentd638881f627a58197c5ccbd3494445eee09abc3e (diff)
downloadold.slackbuilds-7a5cec42f639dc0c94075dc87617d22d937af586.tar.gz
network/prosody-mod-csi: Fixed MD5SUM.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'network')
-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 89aacd45d2..76574675f6 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 3d0a66af39..206a145f45 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"