network/rspamd: Updated for version 3.7.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2023-11-14 08:06:15 -07:00 committed by Willy Sudiarto Raharjo
parent 72fb0696cc
commit 6409099820
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rspamd
VERSION=${VERSION:-3.7.1}
VERSION=${VERSION:-3.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="rspamd"
VERSION="3.7.1"
VERSION="3.7.3"
HOMEPAGE="https://rspamd.com"
DOWNLOAD="https://github.com/rspamd/rspamd/archive/3.7.1/rspamd-3.7.1.tar.gz"
MD5SUM="04824ccce827ec46de9a997bb17ce6ec"
DOWNLOAD="https://github.com/rspamd/rspamd/archive/3.7.3/rspamd-3.7.3.tar.gz"
MD5SUM="24e4a827049de4a24bd6cfb548527c5d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ragel luajit redis hyperscan"