diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 11:23:49 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:10 +0700 |
commit | 8db2eedc8fd60af9dbaef1087c4594e6abec2f4d (patch) | |
tree | ad70a912393a286bcd12aa1a4b053e82a951c82c /network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild | |
parent | dea5cdc5bc9e316f76dd0f70aa6bf22ff800b057 (diff) |
network/prosody-mod-http-upload: Updated for version hg4617.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.SlackBuild | 6 |
1 files changed, 3 insertions, 3 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 2ae8057e6093e..b34e6c8975008 100644 --- a/network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild +++ b/network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for prosody-mod-http-upload -# Copyright 2016-2018 Andrew Clemons, Wellington, New Zealand +# Copyright 2016-2021 Andrew Clemons, Wellington, New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=prosody-mod-http-upload MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_') -VERSION=${VERSION:-hg4443} -REVISION=${REVISION:-0a56dc6c61af} +VERSION=${VERSION:-hg4617} +REVISION=${REVISION:-260a33eabbd3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |