summaryrefslogtreecommitdiffstats
path: root/network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild')
-rw-r--r--network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild b/network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild
index 74778b2a92..e5d2f13bbb 100644
--- a/network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild
+++ b/network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild
@@ -24,8 +24,8 @@
PRGNAM=prosody-mod-http-upload
MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_')
-VERSION=${VERSION:-hg2948}
-REVISION=${REVISION:-7646f565c8ca}
+VERSION=${VERSION:-hg3011}
+REVISION=${REVISION:-995836ee4f26}
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 \