diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-05 08:37:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:27 +0000 |
commit | 333ed3118d9cabf21b1390ce2efa58cdcf3a845a (patch) | |
tree | 8f54aa7c1fa1922b1bed00eda6da250a92bac7ce /community/exim | |
parent | bc6285889a4f042da6a4d12897351f610d32724d (diff) | |
download | aports-333ed3118d9cabf21b1390ce2efa58cdcf3a845a.tar.bz2 aports-333ed3118d9cabf21b1390ce2efa58cdcf3a845a.tar.xz |
community/exim: rebuild against libressl-2.7
Diffstat (limited to 'community/exim')
-rw-r--r-- | community/exim/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/exim/APKBUILD b/community/exim/APKBUILD index b6cec7942c..dd961b3955 100644 --- a/community/exim/APKBUILD +++ b/community/exim/APKBUILD @@ -6,7 +6,7 @@ # Maintainer: Jesse Young <jlyo@jlyo.org> pkgname=exim pkgver=4.90.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Message Transfer Agent" url="http://www.exim.org/" arch="all" |