2022-06-09 01:47:39 +05:30

27 lines
796 B
JSON

{
"version": "1.26",
"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.26/hledger-windows-x64.zip",
"hash": "9a116488f57b9624c3af579519b0f7b691325c64641c7ed915419ffb1fe090c1"
}
},
"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-x64.zip"
}
}
}
}