diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 17:55:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:35 +0000 |
commit | 8a1f7848837fe138b4a7c129f70a16675f80e0a6 (patch) | |
tree | 8355415240b3e3f9a57ae3e8a9110ef06c5efb38 /main/fetchmail | |
parent | a4f549a8dd82b3e7c7ec772d330f9ce01b61ee20 (diff) | |
download | aports-8a1f7848837fe138b4a7c129f70a16675f80e0a6.tar.bz2 aports-8a1f7848837fe138b4a7c129f70a16675f80e0a6.tar.xz |
main/fetchmail: rebuild against libressl 2.5
Diffstat (limited to 'main/fetchmail')
-rw-r--r-- | main/fetchmail/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD index dce1ff4443..934c7bf72b 100644 --- a/main/fetchmail/APKBUILD +++ b/main/fetchmail/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=fetchmail pkgver=6.3.26 -pkgrel=10 +pkgrel=11 pkgdesc="A remote-mail retrieval and forwarding utility" url="http://www.fetchmail.info/" arch="all" |