hledger: update to 1.3

Closes: #6923 [via git-merge-pr]
This commit is contained in:
Inokentiy Babushkin 2017-07-02 01:56:59 +02:00 committed by Toyam Cox
parent f186072d25
commit b2a85f904f

View file

@ -1,6 +1,6 @@
# Template file for 'hledger'
pkgname=hledger
version=1.2
version=1.3
revision=1
build_style=haskell-stack
nocross=yes # Can't yet cross compile Haskell
@ -10,9 +10,8 @@ license="GPL-3"
homepage="http://hledger.org/"
makedepends="zlib-devel ncurses-devel"
wrksrc="${pkgname}-${pkgname}-${version}"
stackage="lts-8.6"
distfiles="https://github.com/simonmichael/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum="bd00115272feada9e388b1aafe6f105369f0d0f0286f65b4ed35fb4ffcd3ad54"
checksum="be2e22695d4debd2ff4ab82bd5671dbdc26d22bf2438d726a325021fffc81857"
nopie=yes # network-2.6.3.1 build fails with a relocation
post_install() {