2024-01-03 04:26:08 +00:00

27 lines
800 B
JSON

{
"version": "1.32.2",
"description": "Lightweight, portable and dependable accounting tools",
"homepage": "https://hledger.org",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/simonmichael/hledger/releases/download/1.32.2/hledger-windows-x64.zip",
"hash": "12fa9d70d6920584dac5072ab2d9038a2bc5d14b9bd445683dc3f750a84e3df0"
}
},
"bin": [
"hledger.exe",
"hledger-web.exe"
],
"checkver": {
"github": "https://github.com/simonmichael/hledger"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/simonmichael/hledger/releases/download/$version/hledger-windows-x64.zip"
}
}
}
}