network/rspamd: Updated for version 3.8.4

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-03-28 15:15:20 +10:00 committed by Willy Sudiarto Raharjo
parent a682a9b347
commit 5660f57b05
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Rspamd
# Copyright 2018-2023 Ebben Aries <slackbuilds@dscp.org>
# Copyright 2018-2024 Ebben Aries <slackbuilds@dscp.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rspamd
VERSION=${VERSION:-3.8.1}
VERSION=${VERSION:-3.8.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

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