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>
This commit is contained in:
victor 2021-04-02 05:40:15 -03:00 committed by GitHub
parent 5127a1cc58
commit 10e62b66a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/hledger.json Normal file
View File

@ -0,0 +1,26 @@
{
"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"
}
}
}
}