2025-03-13 08:30:01 +00:00

28 lines
826 B
JSON

{
"version": "1.42.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.42.1/hledger-windows-x64.zip",
"hash": "6a62e3dc9ffe92f122d6adbdca7392acfd4e65f4bbf0711625fd5f7b7e35e0c9"
}
},
"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"
}
}
}
}