diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-05-20 15:21:02 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-26 06:59:31 +0700 |
commit | 9d2e79c79d941e1ef28551ee21524af896047e4d (patch) | |
tree | 7a8d668c5501b21e0b67e2595745f5a8988b2370 | |
parent | 75aadb3f12240b93af1353b454bd355253e685dc (diff) | |
download | slackbuilds-9d2e79c79d941e1ef28551ee21524af896047e4d.tar.gz |
network/prosody-mod-throttle-presence: Fixed MD5SUM.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.SlackBuild | 6 | ||||
-rw-r--r-- | network/prosody-mod-throttle-presence/prosody-mod-throttle-presence.info | 2 |
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" |