mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
27 lines
796 B
JSON
27 lines
796 B
JSON
{
|
|
"version": "1.30",
|
|
"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.30/hledger-windows-x64.zip",
|
|
"hash": "2f31de09e050912abf019bc8ba32f5c01f06d259adbc4cd21e7a916ac6f288d1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|