victor 10e62b66a5
hledger: Add version 1.27 (#1976)
* hledger: Add version 1.27

* add new line

* Update hledger.json

Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
2021-04-02 16:40:15 +08:00

27 lines
786 B
JSON

{
"version": "1.21",
"description": "Lightweight, portable, dependable accounting tools",
"license": "GPL-3.0-only",
"homepage": "https://hledger.org/",
"architecture": {
"64bit": {
"url": "https://github.com/simonmichael/hledger/releases/download/1.21/hledger-windows.zip",
"hash": "ac50550cc3d4595a6391975ea1e711a6d96f80fa40e34f37cb39abd5392bed7f"
}
},
"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"
}
}
}
}