2023-09-03 08:24:31 +00:00

27 lines
796 B
JSON

{
"version": "1.31",
"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.31/hledger-windows-x64.zip",
"hash": "b90f611a0e9d626b766c9982a2e36f37dff7abf64f76eaab3f5274cc0fd6b13f"
}
},
"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"
}
}
}
}