diff options
-rw-r--r-- | network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.SlackBuild | 7 | ||||
-rw-r--r-- | network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.info | 6 |
2 files changed, 7 insertions, 6 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} diff --git a/network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.info b/network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.info index 464f66ade35d..5fcc7a836300 100644 --- a/network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.info +++ b/network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.info @@ -1,8 +1,8 @@ PRGNAM="prosody-mod-vcard-muc" -VERSION="hg4879" +VERSION="hg5290" HOMEPAGE="https://modules.prosody.im/mod_vcard_muc.html" -DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/883d45d2082a.tar.gz" -MD5SUM="d99ab64585c7c2ed4b2d5c6371f429cb" +DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/dddac5a3f447.tar.gz" +MD5SUM="325626de81a8b2a6f250b02611b27cb1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prosody" |