2023-04-07 04:28:40 +00:00

27 lines
800 B
JSON

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