aboutsummaryrefslogtreecommitdiffstats
path: root/main/mutt/APKBUILD
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@zoho.com>2017-10-20 00:54:06 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-10-20 05:20:10 +0000
commitca26b93a46a103b775cee79ce93cb224e8df5b5b (patch)
tree55e3fb4d9b01a442265ccf9f347d363cf4fbe1b6 /main/mutt/APKBUILD
parent5d974a0457056c97b2c97c71dd6ac4aaccc2668c (diff)
downloadaports-ca26b93a46a103b775cee79ce93cb224e8df5b5b.tar.bz2
aports-ca26b93a46a103b775cee79ce93cb224e8df5b5b.tar.xz
main/mutt: Upgrade to 1.8.3.
"Mutt 1.8.3 was released on May 30, 2017. This is a bug-fix release, fixing a memory leak, a couple IMAP issues, and a few other small issues." -- mutt.org BTW license name in APKBUILD has been fixed to be conformant to SPDX, that we agreed to use back in June 2017 on #alpine-devel.
Diffstat (limited to 'main/mutt/APKBUILD')
-rw-r--r--main/mutt/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
index eb53154826..39e556f148 100644
--- a/main/mutt/APKBUILD
+++ b/main/mutt/APKBUILD
@@ -2,12 +2,12 @@
# Contributor: Andrew Manison<amanison@anselsystems.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mutt
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=0
pkgdesc="a small but very powerful text-mode email client"
url="http://www.mutt.org"
arch="all"
-license="GPL"
+license="GPL-2.0+"
makedepends="cyrus-sasl-dev gdbm-dev gettext-dev gpgme-dev
libidn-dev ncurses-dev libressl-dev perl"
options="suid !check"
@@ -57,4 +57,4 @@ package() {
"$pkgdir"/etc/Muttrc.gpg.dist
}
-sha512sums="a5db6154c6baf96e64e9b55b866052b1dae96166b9993fd9a55dc9801a525b50539d26b68d04983f70e9cc1927d95b5b9057f153ce579398e711a24bbd04869c mutt-1.8.2.tar.gz"
+sha512sums="8cfb4b1d42add3e8b34ba140e606e57f98d98ca685538ecb159f584635c50a7b0afaf81e09361d52a39188d4bb59a7432d01d58d030a93b0d3d92f0ee4062048 mutt-1.8.3.tar.gz"