diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-05-20 15:17:35 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-26 06:59:30 +0700 |
commit | dc161db6b3ac1e3709faed37f64057c0728f360c (patch) | |
tree | 764a23077c779b0100be4cc80187846bbee55eb4 /network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild | |
parent | 86d31bfa0270a6552f2a070f4789a3018f5b8c16 (diff) |
network/prosody-mod-mam-muc: Updated for version hg3042.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild')
-rw-r--r-- | network/prosody-mod-mam-muc/prosody-mod-mam-muc.SlackBuild | 10 |
1 files changed, 5 insertions, 5 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 7b62d1706b422..73ba634eeb299 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 \ |