mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/prosody-mod-filter-chatstates: Fixed MD5SUM.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
8a643658f7
commit
c38640f81d
2 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue