diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-03-12 14:02:15 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-03-12 14:08:15 +0100 |
commit | b4dee7446f077a61be11659a48a0dedc47c316aa (patch) | |
tree | 8de796ca81c20d58c1329b8cca02e5a62c5cd77a /community/mutt/APKBUILD | |
parent | 4432df1dd0a0a00a87db47935eef33b63998fc4a (diff) | |
download | aports-b4dee7446f077a61be11659a48a0dedc47c316aa.tar.bz2 aports-b4dee7446f077a61be11659a48a0dedc47c316aa.tar.xz |
community/mutt: upgrade to 1.11.3
Diffstat (limited to 'community/mutt/APKBUILD')
-rw-r--r-- | community/mutt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mutt/APKBUILD b/community/mutt/APKBUILD index f457a82435..fabadb1064 100644 --- a/community/mutt/APKBUILD +++ b/community/mutt/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Andrew Manison <amanison@anselsystems.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mutt -pkgver=1.11.2 +pkgver=1.11.3 pkgrel=0 pkgdesc="Small and very powerful text-mode email client" url="http://www.mutt.org" @@ -55,4 +55,4 @@ package() { "$pkgdir"/etc/Muttrc.gpg.dist } -sha512sums="6428ea5decf89ae023533247dbc1b6b492673c6e2a9f7c499e8546a1648e5219bf9e5f52ba252381e9c7c843521853633bc0cd6cf2149f9a972f70e5e06d6f7d mutt-1.11.2.tar.gz" +sha512sums="381079254f01cdd85b9e556a10bb1ddf0b49d96b54fe21d70dd735199dcbbfd46956ad85201fe8a4e8cdf7bdb121664c7b4edc0659da6b14dc8eaf6adf9827df mutt-1.11.3.tar.gz" |