diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-01 06:59:44 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:30 +0700 |
commit | 8e85ce3ec56c5209a313bdd904ddaf1052c08724 (patch) | |
tree | fa269c8d5c87b69d0cc96ffd097a6c842c9b48b8 /network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.SlackBuild | |
parent | 75b0c89abc3c7d15de814629482ebbb20b1fc1d3 (diff) |
network/prosody-mod-vcard-muc: Updated for version hg5290.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.SlackBuild')
-rw-r--r-- | network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.SlackBuild b/network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.SlackBuild index aec08995e6ec..0b201f816708 100644 --- a/network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.SlackBuild +++ b/network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for prosody-mod-vcard-muc -# Copyright 2019 Andrew Clemons, Wellington, New Zealand +# Copyright 2019-2022 Andrew Clemons, Wellington, New Zealand +# Copyright 2023 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-vcard-muc MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_') -VERSION=${VERSION:-hg4879} -REVISION=${REVISION:-883d45d2082a} +VERSION=${VERSION:-hg5290} +REVISION=${REVISION:-dddac5a3f447} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |