Browse Source
network/rspamd: Updated for version 3.13.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
master
Ebben Aries
1 week ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
network/rspamd/rspamd.SlackBuild
-
network/rspamd/rspamd.info
|
|
@ -34,7 +34,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=rspamd |
|
|
|
VERSION=${VERSION:-3.12.0} |
|
|
|
VERSION=${VERSION:-3.13.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="rspamd" |
|
|
|
VERSION="3.12.0" |
|
|
|
VERSION="3.13.0" |
|
|
|
HOMEPAGE="https://rspamd.com" |
|
|
|
DOWNLOAD="https://github.com/rspamd/rspamd/archive/3.12.0/rspamd-3.12.0.tar.gz" |
|
|
|
MD5SUM="032f7dc1e9c75a2df91ac7f64382b7a1" |
|
|
|
DOWNLOAD="https://github.com/rspamd/rspamd/archive/3.13.0/rspamd-3.13.0.tar.gz" |
|
|
|
MD5SUM="fe18037784096e6265c3ddaac005ab06" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="luajit redis hyperscan" |
|
|
|