diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-04 12:30:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:25 +0000 |
commit | a1665de71b708362b265b9fddbae78fe440d03a0 (patch) | |
tree | bc129d73392da825e9e5a20ca862d8fcf8d22306 /main/msmtp/APKBUILD | |
parent | ace2ad0693d0fc440b069c4988044f0977ce6c58 (diff) | |
download | aports-a1665de71b708362b265b9fddbae78fe440d03a0.tar.bz2 aports-a1665de71b708362b265b9fddbae78fe440d03a0.tar.xz |
main/msmtp: rebuild against libressl-2.7
Diffstat (limited to 'main/msmtp/APKBUILD')
-rw-r--r-- | main/msmtp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/msmtp/APKBUILD b/main/msmtp/APKBUILD index c2fa9b1437..a0b6b00277 100644 --- a/main/msmtp/APKBUILD +++ b/main/msmtp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=msmtp pkgver=1.6.6 -pkgrel=2 +pkgrel=3 pkgdesc="SMTP client with a sendmail compatible interface" url="http://msmtp.sourceforge.net/" arch="all" |