2025-09-03 20:28:15 +00:00

28 lines
822 B
JSON

{
"version": "1.50",
"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.50/hledger-windows-x64.zip",
"hash": "210188d1d526aefda572a473c7c03a16910504a0fe0d655daad98d4c1e518427"
}
},
"bin": [
"hledger.exe",
"hledger-web.exe",
"hledger-ui.exe"
],
"checkver": {
"github": "https://github.com/simonmichael/hledger"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/simonmichael/hledger/releases/download/$version/hledger-windows-x64.zip"
}
}
}
}