diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-05-28 22:10:43 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-28 20:37:22 +0000 |
commit | 761af65f38b4570093461e6546dcf6b179d2b624 (patch) | |
tree | 2e0526c7011ab0030b89fdff54b4f968e784c1d0 /community/rspamd | |
parent | 3d4a6a2cf221a96b316b01ae0a73cc854778739b (diff) | |
download | aports-761af65f38b4570093461e6546dcf6b179d2b624.tar.bz2 aports-761af65f38b4570093461e6546dcf6b179d2b624.tar.xz |
community/rspamd: upgrade to 1.9.4
Closes GH-8220
Diffstat (limited to 'community/rspamd')
-rw-r--r-- | community/rspamd/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rspamd/APKBUILD b/community/rspamd/APKBUILD index aa4eacce9c..3595ccf9dc 100644 --- a/community/rspamd/APKBUILD +++ b/community/rspamd/APKBUILD @@ -4,7 +4,7 @@ # Contributor: TBK <alpine@jjtc.eu> # Contributor: Jakub Jirutka <jakub@jirutka.cz> pkgname=rspamd -pkgver=1.9.3 +pkgver=1.9.4 pkgrel=0 pkgdesc="Fast, free and open-source spam filtering system" url="https://rspamd.com/" @@ -150,10 +150,10 @@ proxy() { _mv() { local dest; for dest; do true; done # get last argument mkdir -p "$dest" - mv $@ + mv "$@" } -sha512sums="49c999af8e0bf453aa098c5cb22827564c75dce9a742759fc941169cc192054c4a205cfc3b4c477f0e36326274265c878c7e9bad8746f2439a17abca8ced82fe rspamd-1.9.3.tar.gz +sha512sums="3acecec6adb91580ac2ad96419fdc9588b120ec5a3b4a44135fc5a3e7c15f2dbc99963a8337f9effb9423846489545a55d89d1849c5ba62d8cd91dc67c32d8dc rspamd-1.9.4.tar.gz 2efe28575c40d1fba84b189bb872860e744400db80dce2f6330be6c6287fb3f46e6511284729b957488bf40bcb9b0952e26df9934f5f138334bd2766075c45cb rspamd.logrotated 7add88e4bf3508d2a148241cd8db97851a33a7128be75f2a072a029b32b565e9de0299ad614fbda7f70ed54d1b6e2faa305eff3e443e90451abf59dedc1af576 rspamd.initd a2003ef0c9d64a44480f59302864a2dfedcbe3a0047fcbb655408bc8aae9014b6ad0ddc6b64d4abeeb21bea0f86678afd30589ac8eed83e07ad7f87710e93702 rspamd.confd |