diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template index 609244f0bab..f8bb238d5e8 100644 --- a/srcpkgs/hledger/template +++ b/srcpkgs/hledger/template @@ -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 " 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