diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template index 23aa5cd0c6c..4652f1c120b 100644 --- a/srcpkgs/rspamd/template +++ b/srcpkgs/rspamd/template @@ -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 }