network/prosody-mod-filter-chatstates: Updated dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
730712fbb1
commit
bd285f387a
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for prosody-mod-filter-chatstates
|
||||
|
||||
# Copyright 2016-2018 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
|
||||
|
@ -28,7 +29,7 @@ PRGNAM=prosody-mod-filter-chatstates
|
|||
MDLNAM=$(echo $PRGNAM | sed 's/prosody-//' | tr '-' '_')
|
||||
VERSION=${VERSION:-hg1873}
|
||||
REVISION=${REVISION:-9283a6bcf512}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://hg.prosody.im/prosody-modules/archive/9283a6bcf512.tar.gz"
|
|||
MD5SUM="e178bd314060037ddd44dd1b7dcc7330"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="prosody-mod-csi"
|
||||
REQUIRES="prosody"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue