scoop-earne/bucket/hledger.json

16 lines
679 B
JSON
Raw Normal View History

{
2021-01-15 19:53:32 -05:00
"version": "1.20.3",
"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",
2021-01-15 19:53:32 -05:00
"url": "https://github.com/simonmichael/hledger/releases/download/1.20.3/hledger-windows.zip",
"hash": "aa91d1078a4e1ac674e5c0d0ef0891471b838b42515b0e97f715334e312e96ae",
"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"
}
}