diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2019-01-10 15:37:27 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2019-01-10 15:37:27 +0000 |
commit | 9dc8361013ce8236865774aa1f51a60a68bed6c0 (patch) | |
tree | b34a904d494f2f776a56dc11b7dd803578cf7203 /community | |
parent | 6e465f74c5d66caced2d255001dbb8d393d90f6a (diff) | |
download | aports-9dc8361013ce8236865774aa1f51a60a68bed6c0.tar.bz2 aports-9dc8361013ce8236865774aa1f51a60a68bed6c0.tar.xz |
community/mutt: upgrade to 1.11.2
Diffstat (limited to 'community')
-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 ecb1c05d39..f457a82435 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.1 +pkgver=1.11.2 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="dc6cfe5c2aa23650c362a8b9c1a13c0d65902e71f8effd517304f183fcc1d1fddf7df1e0b8be5547b847c75afe3732b198353559e2c947839a009be38b087de0 mutt-1.11.1.tar.gz" +sha512sums="6428ea5decf89ae023533247dbc1b6b492673c6e2a9f7c499e8546a1648e5219bf9e5f52ba252381e9c7c843521853633bc0cd6cf2149f9a972f70e5e06d6f7d mutt-1.11.2.tar.gz" |