12345678910111213141516171819202122 |
- {
- "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.16.1",
- "license": "GPL-3.0-or-later",
- "url": "https://ci.appveyor.com/api/buildjobs/x91mc06wd37m0coa/artifacts/hledger.zip",
- "hash": "sha256:E2B479F6461DBEA27AD8C9F5FE08E0A0DA2955E0A4BFDBF7EB796E62486BDD3D",
- "bin": [
- [
- "hledger.exe",
- "hledger"
- ],
- [
- "hledger-web.exe",
- "hledger-web"
- ]
- ],
- "checkver": {
- "url": "https://github.com/simonmichael/hledger/releases",
- "regex": "hledger-([\\d\\.]+)"
- }
- }
|