network/rspamd: Updated for version 3.9.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-08-02 15:22:05 -07:00 committed by Willy Sudiarto Raharjo
parent f4d242ec92
commit c55924b855
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.8.4}
VERSION=${VERSION:-3.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="rspamd"
VERSION="3.8.4"
VERSION="3.9.1"
HOMEPAGE="https://rspamd.com"
DOWNLOAD="https://github.com/rspamd/rspamd/archive/3.8.4/rspamd-3.8.4.tar.gz"
MD5SUM="b0277cbdcca54bd6873b1fd2ea7e61de"
DOWNLOAD="https://github.com/rspamd/rspamd/archive/3.9.1/rspamd-3.9.1.tar.gz"
MD5SUM="a64f0808c8e4ac7a8d70d51668b85f6f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="luajit redis hyperscan"