mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 20:31:19 +00:00
* update hledger: add hledger-ui shim hledger-ui is a tui for hledger added for the Windows platform in the latest release 1.32.2. Unfortunately, the hledger-ui binary was initially overlooked in the .zip file. This has been fixed although the version number has was not updated. * hledger: add hledger-ui.exe shim The initial release of hledger 1.32.2 did not include heldger-ui.exe in the zip.
28 lines
826 B
JSON
28 lines
826 B
JSON
{
|
|
"version": "1.32.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.32.2/hledger-windows-x64.zip",
|
|
"hash": "fa16b3d6e29230a505746000c8fbc4c81145fcd961abc8bd1df63e22ed35f12d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|