Browse Source
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>
pull/198/head
Andrew Clemons
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
7 additions and
6 deletions
-
network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.SlackBuild
-
network/prosody-mod-vcard-muc/prosody-mod-vcard-muc.info
|
|
|
@ -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} |
|
|
|
|
|
|
|
@ -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" |
|
|
|
|