2023-12-08 00:32:46 +00:00

27 lines
800 B
JSON

{
"version": "1.32.1",
"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.1/hledger-windows-x64.zip",
"hash": "8734429c8137a83126be579af85118142df6d28ac6370472fc3baae684067d1c"
}
},
"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"
}
}
}
}