rspamd: update to 1.0.8.

This commit is contained in:
Enno Boland 2015-10-27 07:54:34 +01:00
parent ab1702f528
commit bc68ee12ea

View file

@ -1,6 +1,6 @@
# Template file for 'rspamd'
pkgname=rspamd
version=1.0.7
version=1.0.8
revision=1
build_style=cmake
configure_args="
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD"
homepage="http://rspamd.com/"
distfiles="http://rspamd.com/downloads/rspamd-${version}.tar.xz"
checksum=a1de32154658a22a3aae2cb1ba5211dc9b79a7a4bb5a8efa11106131b0a2f6bc
checksum=42412ee2fb13aa335f793ea8d58305138868e33d51fab3b3cdb5a9038e4fe6d9
system_accounts="rspamd"
rspamd_homedir="/var/lib/rspamd"
conf_files="
@ -68,10 +68,6 @@ if [ "$CROSS_BUILD" ]; then
}
fi
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
broken="http://build.voidlinux.eu/builders/i686_builder/builds/17817/steps/shell_3/logs/stdio"
fi
post_install() {
vsv rspamd
}