network/prosody-mod-filter-chatstates: Fixed MD5SUM.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2018-05-20 15:13:37 +12:00 committed by Willy Sudiarto Raharjo
parent 8a643658f7
commit c38640f81d
2 changed files with 4 additions and 4 deletions

View file

@ -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 \

View file

@ -2,7 +2,7 @@ PRGNAM="prosody-mod-filter-chatstates"
VERSION="hg1873"
HOMEPAGE="https://modules.prosody.im/mod_filter_chatstates.html"
DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/9283a6bcf512.tar.gz"
MD5SUM="da882345b893d64205e66b2cb2e9e038"
MD5SUM="4cc5c574c1c3db6f2ec6b0ae626c69c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="prosody-mod-csi"