diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-07-22 06:51:32 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-23 11:13:15 +0700 |
commit | bf4168d73412dbbff72bb40fe9104ad3e5fdc22f (patch) | |
tree | 5b729017af0a5db8ec88dec734051836c12c9091 /network/prosody-mod-http-upload | |
parent | faa06fbdcf372e74ae4462e9c97725ddd78e7126 (diff) |
network/prosody-mod-http-upload: Updated for version hg4976.
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')
-rw-r--r-- | network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild | 8 | ||||
-rw-r--r-- | network/prosody-mod-http-upload/prosody-mod-http-upload.info | 6 |
2 files changed, 6 insertions, 8 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 889a111ebe31..d2b6f5496d1e 100644 --- a/network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild +++ b/network/prosody-mod-http-upload/prosody-mod-http-upload.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for prosody-mod-http-upload # Copyright 2016-2021 Andrew Clemons, Wellington, New Zealand +# Copyright 2022 Andrew Clemons, Tokyo, Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=prosody-mod-http-upload MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_') -VERSION=${VERSION:-hg4906} -REVISION=${REVISION:-f07c9a6f19b3} +VERSION=${VERSION:-hg4976} +REVISION=${REVISION:-75b6e5df65f9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 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 c79c1ad825ad..aaf61ae894ea 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="hg4906" +VERSION="hg4976" HOMEPAGE="https://modules.prosody.im/mod_http_upload.html" -DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/f07c9a6f19b3.tar.gz" -MD5SUM="eac9ab575f857c894bab3300cf3186f5" +DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/75b6e5df65f9.tar.gz" +MD5SUM="a698c71111f7298301c33ffc665378f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prosody" |