network/rspamd: Updated for version 3.7.4

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2023-11-22 07:40:04 -08:00 committed by Willy Sudiarto Raharjo
parent 1dfc189c0f
commit 9b03aed1f5
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.3}
VERSION=${VERSION:-3.7.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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