rspamd: update to 1.8.0.

Closes #3083.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-09-24 18:19:47 -03:00 committed by Enno Boland
parent de8ba60a57
commit 342a89a337
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'rspamd'
pkgname=rspamd
version=1.7.9
revision=2
version=1.8.0
revision=1
build_style=cmake
configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd
-DDBDIR=/var/lib/rspamd"
@ -14,7 +14,7 @@ license="Apache-2.0"
homepage="https://rspamd.com/"
changelog="https://raw.githubusercontent.com/vstakhov/rspamd/master/ChangeLog"
distfiles="https://github.com/vstakhov/rspamd/archive/${version}.tar.gz"
checksum=70941726253c585799e2c4670743650472be13f85e9d31bfe23bdc13c9e9bae4
checksum=3d83fbe240c61cf457bbbd74b9fee68c74ed5edd3480e6da358b0db7d4f732be
system_accounts="rspamd"
rspamd_homedir=/var/lib/rspamd
conf_files="/etc/rspamd/*.conf /etc/rspamd/*.inc /etc/rspamd/modules.d/*.conf"
@ -47,5 +47,5 @@ pre_configure() {
post_install() {
vsv rspamd
vlicense LICENSE
vlicense LICENSE.md
}