diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-05 08:35:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:27 +0000 |
commit | bc6285889a4f042da6a4d12897351f610d32724d (patch) | |
tree | 6502fe9c11ac64c528f5ab4c48f99f187f6c33c3 /community/rspamd/APKBUILD | |
parent | d37f155e50b52314f60c0bbe87728a4ef61b1af2 (diff) | |
download | aports-bc6285889a4f042da6a4d12897351f610d32724d.tar.bz2 aports-bc6285889a4f042da6a4d12897351f610d32724d.tar.xz |
community/rspamd: rebuild against libressl-2.7
Diffstat (limited to 'community/rspamd/APKBUILD')
-rw-r--r-- | community/rspamd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rspamd/APKBUILD b/community/rspamd/APKBUILD index ece9284be7..3a52ae3186 100644 --- a/community/rspamd/APKBUILD +++ b/community/rspamd/APKBUILD @@ -4,7 +4,7 @@ # Contributor: TBK <alpine@jjtc.eu> pkgname=rspamd pkgver=1.7.2 -pkgrel=0 +pkgrel=1 pkgdesc="Fast, free and open-source spam filtering system" url="https://rspamd.com" arch="x86_64 x86 armhf ppc64le" |