2022-03-05 08:27:44 +00:00

27 lines
788 B
JSON

{
"version": "1.25",
"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.25/hledger-windows.zip",
"hash": "19838b6e732ed10ee88b64aa806247a5c7b7c5d3266d804288972ce588e2e426"
}
},
"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"
}
}
}
}