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>
This commit is contained in:
parent
dea5cdc5bc
commit
8db2eedc8f
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for prosody-mod-http-upload
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# 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
|
PRGNAM=prosody-mod-http-upload
|
||||||
MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_')
|
MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_')
|
||||||
VERSION=${VERSION:-hg4443}
|
VERSION=${VERSION:-hg4617}
|
||||||
REVISION=${REVISION:-0a56dc6c61af}
|
REVISION=${REVISION:-260a33eabbd3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="prosody-mod-http-upload"
|
PRGNAM="prosody-mod-http-upload"
|
||||||
VERSION="hg4443"
|
VERSION="hg4617"
|
||||||
HOMEPAGE="https://modules.prosody.im/mod_http_upload.html"
|
HOMEPAGE="https://modules.prosody.im/mod_http_upload.html"
|
||||||
DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/0a56dc6c61af.tar.gz"
|
DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/260a33eabbd3.tar.gz"
|
||||||
MD5SUM="3f35ff98e0b902f0585d8f158b7f4d91"
|
MD5SUM="f08d7cfb242413a982033338060e8845"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="prosody"
|
REQUIRES="prosody"
|
||||||
|
|
Loading…
Reference in New Issue