mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
hledger: update to 1.22.2
This commit is contained in:
parent
be0d7bcf7f
commit
9074479e38
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'hledger'
|
# Template file for 'hledger'
|
||||||
pkgname=hledger
|
pkgname=hledger
|
||||||
version=1.21
|
version=1.22.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
makedepends="zlib-devel ncurses-devel"
|
makedepends="zlib-devel ncurses-devel"
|
||||||
short_desc="Simple, precise, plain text accounting"
|
short_desc="Simple, precise, plain text accounting"
|
||||||
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://hledger.org/"
|
homepage="https://hledger.org/"
|
||||||
changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
|
changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
|
||||||
distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=55a83947852ff088b244447ae0d0d96b8902d867b9b0773ebd1dab2e64e98ecd
|
checksum=83b9267a84d4e9f63ffed982a4bbe507c7be94789bb75141fadf5891389b8d1a
|
||||||
nopie_files="/usr/bin/hledger"
|
nopie_files="/usr/bin/hledger"
|
||||||
nocross=yes # Can't yet cross compile Haskell
|
nocross=yes # Can't yet cross compile Haskell
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue