diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-10-11 13:58:49 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-13 08:02:50 +0200 |
commit | fda6f9f7fbd7c01bb49ea180c30ce27a91a2cb37 (patch) | |
tree | df332f2dead6a271e2cd9b102031ab1ff6c031ab | |
parent | 091a2e9ef687e338040b58ba508b27edc556dd7c (diff) | |
download | buildroot-fda6f9f7fbd7c01bb49ea180c30ce27a91a2cb37.tar.gz buildroot-fda6f9f7fbd7c01bb49ea180c30ce27a91a2cb37.zip |
mutt: bump version to 1.7.1
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/mutt/mutt.hash | 2 | ||||
-rw-r--r-- | package/mutt/mutt.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/mutt/mutt.hash b/package/mutt/mutt.hash index ae7de58d00..460cd5f04f 100644 --- a/package/mutt/mutt.hash +++ b/package/mutt/mutt.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 1d3e987433d8c92ef88a604f4dcefdb35a86ce73f3eff0157e2e491e5b55b345 mutt-1.7.0.tar.gz +sha256 e9c6f88e83d48690033f0d862a70293ac746286b77241554f5448bc23bd0d6df mutt-1.7.1.tar.gz diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk index 989a1b68f2..cd44ca101d 100644 --- a/package/mutt/mutt.mk +++ b/package/mutt/mutt.mk @@ -4,7 +4,7 @@ # ################################################################################ -MUTT_VERSION = 1.7.0 +MUTT_VERSION = 1.7.1 MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads MUTT_LICENSE = GPLv2+ MUTT_LICENSE_FILES = GPL |