mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
28 lines
826 B
JSON
28 lines
826 B
JSON
{
|
|
"version": "1.50.2",
|
|
"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.50.2/hledger-windows-x64.zip",
|
|
"hash": "97a35522d2c6232989d85832c42f5f5359c09d95a2da741425d768c98e6fa38a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|