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 | |
parent | dea5cdc5bc9e316f76dd0f70aa6bf22ff800b057 (diff) | |
download | slackbuilds-8db2eedc8fd60af9dbaef1087c4594e6abec2f4d.tar.gz |
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')
-rw-r--r-- | network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild | 6 | ||||
-rw-r--r-- | network/prosody-mod-http-upload/prosody-mod-http-upload.info | 6 |
2 files changed, 6 insertions, 6 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 2ae8057e60..b34e6c8975 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} diff --git a/network/prosody-mod-http-upload/prosody-mod-http-upload.info b/network/prosody-mod-http-upload/prosody-mod-http-upload.info index 77fc56625a..5e27fc8fa4 100644 --- a/network/prosody-mod-http-upload/prosody-mod-http-upload.info +++ b/network/prosody-mod-http-upload/prosody-mod-http-upload.info @@ -1,8 +1,8 @@ PRGNAM="prosody-mod-http-upload" -VERSION="hg4443" +VERSION="hg4617" HOMEPAGE="https://modules.prosody.im/mod_http_upload.html" -DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/0a56dc6c61af.tar.gz" -MD5SUM="3f35ff98e0b902f0585d8f158b7f4d91" +DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/260a33eabbd3.tar.gz" +MD5SUM="f08d7cfb242413a982033338060e8845" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prosody" |