neomutt: update to 20211029
Also, update test files to the latest master: they have been lagging behind for quite some time now.
This commit is contained in:
parent
980cf96a29
commit
e818dd1254
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'neomutt'
|
||||
pkgname=neomutt
|
||||
version=20210205
|
||||
revision=2
|
||||
wrksrc="neomutt-${version}"
|
||||
version=20211029
|
||||
revision=1
|
||||
create_wrksrc=true
|
||||
build_wrksrc="$wrksrc"
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
build_style=configure
|
||||
configure_args="--ssl --gpgme --notmuch --gdbm --lua --sasl --zlib --tdb
|
||||
--rocksdb --testing"
|
||||
|
@ -20,11 +19,11 @@ short_desc="Mutt with misc fixes and feature patches"
|
|||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://neomutt.org/"
|
||||
_test_files_hash=8629adab700a75c54e8e28bf05ad092503a98f75
|
||||
_test_files_hash=8e4fc46e731da0863c04b005885f92aa925b6367
|
||||
distfiles="https://github.com/neomutt/neomutt/archive/${version}.tar.gz
|
||||
https://github.com/neomutt/neomutt-test-files/archive/${_test_files_hash}.tar.gz"
|
||||
checksum="77e177780fc2d8abb475d9cac4342c7e61d53c243f6ce2f9bc86d819fc962cdb
|
||||
a53d6447cf4e8f60bd9a3caf68a1cfe1bfda878b5bcb8c60b965b5214de73ff9"
|
||||
checksum="08245cfa7aec80b895771fd1adcbb7b86e9c0434dfa64574e3c8c4d692aaa078
|
||||
818ff9642ac396e18854486078320ce03a58c8aa8f7d6af44d1b0b5de822ccc3"
|
||||
python_version=3
|
||||
|
||||
# fix:
|
||||
|
|
Loading…
Reference in New Issue