mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-02 23:34:39 +00:00
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:
parent
5127a1cc58
commit
10e62b66a5
26
bucket/hledger.json
Normal file
26
bucket/hledger.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user