mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/rspamd: Updated for version 3.7.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
72fb0696cc
commit
6409099820
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rspamd
|
||||
VERSION=${VERSION:-3.7.1}
|
||||
VERSION=${VERSION:-3.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rspamd"
|
||||
VERSION="3.7.1"
|
||||
VERSION="3.7.3"
|
||||
HOMEPAGE="https://rspamd.com"
|
||||
DOWNLOAD="https://github.com/rspamd/rspamd/archive/3.7.1/rspamd-3.7.1.tar.gz"
|
||||
MD5SUM="04824ccce827ec46de9a997bb17ce6ec"
|
||||
DOWNLOAD="https://github.com/rspamd/rspamd/archive/3.7.3/rspamd-3.7.3.tar.gz"
|
||||
MD5SUM="24e4a827049de4a24bd6cfb548527c5d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ragel luajit redis hyperscan"
|
||||
|
|
Loading…
Reference in a new issue