hledger: update to 1.25

This commit is contained in:
slotThe 2022-03-20 18:09:34 +01:00 committed by q66
parent 4a06e57bcf
commit 8d99857b60

View file

@ -1,8 +1,9 @@
# Template file for 'hledger'
pkgname=hledger
version=1.23
revision=2
version=1.25
revision=1
build_style=haskell-stack
stackage="lts-19.0"
makedepends="zlib-devel ncurses-devel"
short_desc="Simple, precise, plain text accounting"
maintainer="Inokentiy Babushkin <twk@twki.de>"
@ -10,7 +11,7 @@ license="GPL-3.0-or-later"
homepage="https://hledger.org/"
changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
checksum=7252d78aafbae488b113a6350518a702186cacc4e746cec2b31f8321b4dddcb4
checksum=4c947c2a7d243d2a56efc1fa02994a118e995df025a412f6d2daeadfd78338ee
nopie_files="/usr/bin/hledger"
nocross=yes # Can't yet cross compile Haskell