hledger: update to 1.18

This commit is contained in:
Felix Van der Jeugt 2020-06-10 10:54:34 +02:00 committed by Helmut Pozimski
parent 926abcaa39
commit fc9a1694d8

View file

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