2021-07-05 00:23:20 -07:00

27 lines
788 B
JSON

{
"version": "1.22",
"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.22/hledger-windows.zip",
"hash": "73eda2d64ec5a36acc20845ad7f6abc3c5f5ebec59be530ada055110bf94aa10"
}
},
"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.zip"
}
}
}
}