123456789101112131415161718192021 |
- {
- "homepage": "https://hledger.org/",
- "description": "hledger is a robust, efficient accounting program, for tracking money, time, or other commodities, on unix, mac and windows, with command line, terminal and web interfaces.",
- "version": "1.21",
- "license": "GPL-3.0-or-later",
- "url": "https://github.com/simonmichael/hledger/releases/download/1.21/hledger-windows.zip",
- "hash": "sha256:AC50550CC3D4595A6391975EA1E711A6D96F80FA40E34F37CB39ABD5392BED7F",
- "bin": [
- [
- "hledger.exe",
- "hledger"
- ],
- [
- "hledger-web.exe",
- "hledger-web"
- ]
- ],
- "checkver": {
- "github": "https://github.com/simonmichael/hledger"
- }
- }
|