2024-06-02 04:27:51 +00:00

28 lines
822 B
JSON

{
"version": "1.34",
"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.34/hledger-windows-x64.zip",
"hash": "7f99d34f89611143103d760ebf3e45482ad56a32101b5b1ef8917cde9213d2cb"
}
},
"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"
}
}
}
}