diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-07-22 06:49:56 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-23 11:13:15 +0700 |
commit | faa06fbdcf372e74ae4462e9c97725ddd78e7126 (patch) | |
tree | fd361ad93436743d95dd39660aba7f9ca9d3e04b /network/prosody-mod-cloud-notify | |
parent | a339bf92149f5cdfeb8d4ef22422c825c89c1987 (diff) |
network/prosody-mod-cloud-notify: Updated for version hg4968.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/prosody-mod-cloud-notify')
-rw-r--r-- | network/prosody-mod-cloud-notify/prosody-mod-cloud-notify.SlackBuild | 10 | ||||
-rw-r--r-- | network/prosody-mod-cloud-notify/prosody-mod-cloud-notify.info | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/network/prosody-mod-cloud-notify/prosody-mod-cloud-notify.SlackBuild b/network/prosody-mod-cloud-notify/prosody-mod-cloud-notify.SlackBuild index 0ddc07551ffa..cc349ece4acb 100644 --- a/network/prosody-mod-cloud-notify/prosody-mod-cloud-notify.SlackBuild +++ b/network/prosody-mod-cloud-notify/prosody-mod-cloud-notify.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for prosody-mod-cloud-notify -# Copyright 2016-2018 Andrew Clemons, Wellington, New Zealand +# Copyright 2016-2022 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-cloud-notify MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_') -VERSION=${VERSION:-hg4827} -REVISION=${REVISION:-fe5303da99cb} +VERSION=${VERSION:-hg4968} +REVISION=${REVISION:-487f1eb829cf} 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-cloud-notify/prosody-mod-cloud-notify.info b/network/prosody-mod-cloud-notify/prosody-mod-cloud-notify.info index afc85a487c7b..dc5ea2e983a0 100644 --- a/network/prosody-mod-cloud-notify/prosody-mod-cloud-notify.info +++ b/network/prosody-mod-cloud-notify/prosody-mod-cloud-notify.info @@ -1,8 +1,8 @@ PRGNAM="prosody-mod-cloud-notify" -VERSION="hg4827" +VERSION="hg4968" HOMEPAGE="https://modules.prosody.im/mod_cloud_notify.html" -DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/fe5303da99cb.tar.gz" -MD5SUM="93e8992f24ee1c4093db8aee56577cf7" +DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/487f1eb829cf.tar.gz" +MD5SUM="25978fbfa3a16490d3038d3ef4023654" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prosody" |