diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 14:07:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:33 +0000 |
commit | bf02786345583ff7b265f675feee34ce9f75e450 (patch) | |
tree | a90144a53db70709225dc8d6a9e1a42d39ace7ed /main/msmtp/APKBUILD | |
parent | b60309d97894e6efcf32d0814af01524db09d579 (diff) | |
download | aports-bf02786345583ff7b265f675feee34ce9f75e450.tar.bz2 aports-bf02786345583ff7b265f675feee34ce9f75e450.tar.xz |
main/msmtp: rebuild against libressl 2.5
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 e1f3e9f515..7167422004 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=0 +pkgrel=1 pkgdesc="SMTP client with a sendmail compatible interface" url="http://msmtp.sourceforge.net/" arch="all" |