mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 00:21:37 +00:00
27 lines
800 B
JSON
27 lines
800 B
JSON
{
|
|
"version": "1.26.1",
|
|
"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.1/hledger-windows-x64.zip",
|
|
"hash": "c05d932c93beaf03ad1f400b3f6a5b896991d675c70cc3b4a11f6cf0c6177870"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|