mutt: update to 1.14.0.
This commit is contained in:
parent
8567600339
commit
44506907ca
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mutt'
|
||||
pkgname=mutt
|
||||
version=1.13.5
|
||||
version=1.14.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache
|
||||
|
@ -16,12 +16,11 @@ short_desc="Mutt Mail Client"
|
|||
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.mutt.org"
|
||||
changelog="http://mutt.org/relnotes/1.13"
|
||||
changelog="http://mutt.org/relnotes/1.14"
|
||||
distfiles="http://ftp.mutt.org/pub/mutt/${pkgname}-${version}.tar.gz"
|
||||
checksum=6cd71b5b3e6b255afef6bed3b5e1e8ee9819b3d7c9839fd95e798045882aa653
|
||||
checksum=df2e82a83ad38c9a9fd36f44c5ab2b726defa4bb1a17de794dd3800f3353f9f8
|
||||
|
||||
pre_build() {
|
||||
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC" CPPFLAGS= mutt_md5
|
||||
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC" CPPFLAGS= -C doc
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue