mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hledger: update to 1.15.2
This commit is contained in:
parent
1842a817d7
commit
41abf910e8
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'hledger'
|
# Template file for 'hledger'
|
||||||
pkgname=hledger
|
pkgname=hledger
|
||||||
version=1.14.2
|
version=1.15.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
|
@ -9,8 +9,9 @@ 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="http://hledger.org/"
|
||||||
|
changelog="https://hackage.haskell.org/package/hledger-1.15.2/changelog"
|
||||||
distfiles="https://github.com/simonmichael/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/simonmichael/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=127edf1a8ca5b3c16e9163ec777909eb6f045f3ae3f0500ba7333074ff78c393
|
checksum=3f305dad8326797e224aa72d2ec54da9b19c7be8a2665ecdd19217beb018fd6b
|
||||||
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