diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-04-30 16:34:02 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-01 06:44:02 +0000 |
commit | 7c792b633e31e1c2cf0a1ac714fadc83505c1ea7 (patch) | |
tree | f4d64fb6146825a4e70a26f1f5563c8d544aaadd /main | |
parent | acca60d0c4ddde0d324a68bdfa2fe455cc187855 (diff) | |
download | aports-7c792b633e31e1c2cf0a1ac714fadc83505c1ea7.tar.bz2 aports-7c792b633e31e1c2cf0a1ac714fadc83505c1ea7.tar.xz |
main/msmtp: upgrade to 1.8.4
Diffstat (limited to 'main')
-rw-r--r-- | main/msmtp/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/msmtp/APKBUILD b/main/msmtp/APKBUILD index 981af9123e..b6bf92861d 100644 --- a/main/msmtp/APKBUILD +++ b/main/msmtp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=msmtp -pkgver=1.8.3 +pkgver=1.8.4 pkgrel=0 pkgdesc="SMTP client with a sendmail compatible interface" url="https://marlam.de/msmtp/" @@ -20,8 +20,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-ssl=gnutls + --localstatedir=/var make } @@ -38,4 +37,4 @@ vim() { "$subpkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim } -sha512sums="c265991c0925d79b28a664ee6832316350d59d546f252989dafb8a517a8be1c496fcc85981325e5b381801a7bcb77e38dabdc12fc5be1bf49b9886a409a21819 msmtp-1.8.3.tar.xz" +sha512sums="7c358ff6235802348f55f0359ad5f6a87fcd1cede9e6f95d603b0a6e7197527cf5c99be8c1f30b2c8fadf4fc56b0b8ac4962db0e57bb5bc522145c59637ed6ec msmtp-1.8.4.tar.xz" |