amreus 6a0a0b680d
hledger@1.32.2: Shim hledger-ui.exe (#5402)
* 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.
2024-01-08 15:00:58 +08:00

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"
}
}
}
}