2024-05-02 12:31:42 +00:00

28 lines
826 B
JSON

{
"version": "1.33.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.33.1/hledger-windows-x64.zip",
"hash": "657a63fdaf51e7dc26da65705192d9f67e089449b756241d52ac3e65d0d3ca1e"
}
},
"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"
}
}
}
}