2023-04-08 00:32:41 +00:00

27 lines
800 B
JSON

{
"version": "1.29.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.29.2/hledger-windows-x64.zip",
"hash": "e47dc6536c41acd09e724e5591197ac320a4d529c029d9c54bfba38ae12529af"
}
},
"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"
}
}
}
}