16 lines
675 B
JSON
16 lines
675 B
JSON
{
|
|
"version": "1.20",
|
|
"description": "Easy-to-use command-line/curses/web plaintext accounting tool; a modern and largely compatible Haskell rewrite of Ledger",
|
|
"homepage": "http://hledger.org/",
|
|
"license": "GPL-3.0",
|
|
"url": "https://github.com/simonmichael/hledger/releases/download/1.20/hledger-windows.zip",
|
|
"hash": "288acf981c3bb6a4f1e90e403cd5ca29f4b14b3b68322d127413f982a2b57819",
|
|
"bin": ["hledger.exe", "hledger-web.exe"],
|
|
"checkver": {
|
|
"github": "https://github.com/simonmichael/hledger"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/simonmichael/hledger/releases/download/v$version/hledger-windows.zip"
|
|
}
|
|
}
|