2024-04-19 01:14:33 +00:00

28 lines
822 B
JSON

{
"version": "1.33",
"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.33/hledger-windows-x64.zip",
"hash": "46f73c3785a6c4abfd0ed98ae6d3e39bf2078ba3fc1b42e2d137f9a6998261cc"
}
},
"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"
}
}
}
}