diff options
author | Ebben Aries <earies@dscp.org> | 2024-03-28 15:15:20 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-29 07:39:24 +0700 |
commit | 5660f57b054377c9edabdffbe2282b33f9823505 (patch) | |
tree | 52fb8455483b0137436bd8503883a53e2300c161 /network | |
parent | a682a9b3478a5fcd1581df9b6a4646c11d803d9b (diff) |
network/rspamd: Updated for version 3.8.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/rspamd/rspamd.SlackBuild | 4 | ||||
-rw-r--r-- | network/rspamd/rspamd.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/rspamd/rspamd.SlackBuild b/network/rspamd/rspamd.SlackBuild index 1b44ac3b7698..071fadc54fdf 100644 --- a/network/rspamd/rspamd.SlackBuild +++ b/network/rspamd/rspamd.SlackBuild @@ -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} diff --git a/network/rspamd/rspamd.info b/network/rspamd/rspamd.info index c99111a42690..a533c969553f 100644 --- a/network/rspamd/rspamd.info +++ b/network/rspamd/rspamd.info @@ -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" |