diff options
Diffstat (limited to 'testing/msmtp/APKBUILD')
-rw-r--r-- | testing/msmtp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/msmtp/APKBUILD b/testing/msmtp/APKBUILD index a5b7daaae..207f705f8 100644 --- a/testing/msmtp/APKBUILD +++ b/testing/msmtp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=msmtp -pkgver=1.4.23 +pkgver=1.4.24 pkgrel=0 pkgdesc="SMTP client with a sendmail compatible interface" url="http://msmtp.sourceforge.net/" @@ -40,4 +40,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="5fb7ae88186624cdb125d3efad3fdc16 msmtp-1.4.23.tar.bz2" +md5sums="3ed704fbd3e7419cab5c65bb7928d9ba msmtp-1.4.24.tar.bz2" |