diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-04-05 12:23:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 12:23:09 -0700 |
commit | ba277390acbf18ab43074e1741d757701ac4a00a (patch) | |
tree | e8117e8bae9d45b60dd99e5adb097f943c8a564c | |
parent | b406e24e028fcc2a434d695e1f23a3be98375680 (diff) | |
parent | b1743883e42c28345d612e9ec71594be63e73f30 (diff) |
Merge pull request #8605 from philenotfound/mutt-bump
mutt: bump to version 1.11.4
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index f9282394a..f11951225 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mutt -PKG_VERSION:=1.11.2 +PKG_VERSION:=1.11.4 PKG_RELEASE:=1 PKG_SOURCE_URL:=ftp://ftp.mutt.org/pub/mutt/ \ https://bitbucket.org/mutt/mutt/downloads/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=da5cd4c39f228914d3933d8cf3a017c8271fdd9b9d81c6e4fc42ad22e1a28723 +PKG_HASH:=b651357ea6c8762178080493991c77ecb111d916d171d422500257ab48be2801 PKG_MAINTAINER:=Phil Eichinger <phil@zankapfel.net> PKG_LICENSE:=GPL-2.0+ |