2021-08-03 05:39:12 -07:00

27 lines
792 B
JSON

{
"version": "1.22.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.22.1/hledger-windows.zip",
"hash": "8135241ced807585453c690de2301fff534f5fc0e05a4c9e923828cdb5246354"
}
},
"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"
}
}
}
}