diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild | 10 | ||||
-rw-r--r-- | network/prosody-mod-mam-muc/prosody-mod-mam-muc.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild b/network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild index 7b62d1706b..73ba634eeb 100644 --- a/network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild +++ b/network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild @@ -24,8 +24,8 @@ PRGNAM=prosody-mod-mam-muc MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_') -VERSION=${VERSION:-hg3005} -REVISION=${REVISION:-902ecd6400bd} +VERSION=${VERSION:-hg3042} +REVISION=${REVISION:-4f215f5227cf} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -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-mam-muc/prosody-mod-mam-muc.info b/network/prosody-mod-mam-muc/prosody-mod-mam-muc.info index 65e46d849b..8781a5681a 100644 --- a/network/prosody-mod-mam-muc/prosody-mod-mam-muc.info +++ b/network/prosody-mod-mam-muc/prosody-mod-mam-muc.info @@ -1,8 +1,8 @@ PRGNAM="prosody-mod-mam-muc" -VERSION="hg3005" +VERSION="hg3042" HOMEPAGE="https://modules.prosody.im/mod_mam_muc.html" -DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/902ecd6400bd.tar.gz" -MD5SUM="df3144ab2548147f29405c0dbab5a457" +DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/4f215f5227cf.tar.gz" +MD5SUM="7c9409609b2c722c07a5a08fc7fab622" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prosody" |