diff --git a/README.md b/README.md index 0e866f0..e5bdcc1 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ TODO | Program Name *(manifest name)* | License | Status | | --- | --- | --- | | [hledger](https://hledger.org/) *hledger* | GPL-3.0 | | +| [ledger](https://www.ledger-cli.org/) ([Binaries](https://github.com/FullofQuarks/Windows-Ledger-Binaries)) *ledger* | BSD-3-Clause | | # Contribute diff --git a/bucket/ledger.json b/bucket/ledger.json new file mode 100644 index 0000000..40ce2d9 --- /dev/null +++ b/bucket/ledger.json @@ -0,0 +1,15 @@ +{ + "version": "3.2.1", + "description": "A powerful, double-entry command-line accounting system. Automated windows builds from FullofQuarks", + "homepage": "https://github.com/FullofQuarks/Windows-Ledger-Binaries", + "license": "BSD-3-Clause", + "url": "https://github.com/FullofQuarks/Windows-Ledger-Binaries/releases/download/v3.2.1/ledger.exe", + "hash": "4E8A5DA86B0CAD5CA2A2BB428BA9848F6176B12611EF70AE0946D5041233C519", + "bin": "ledger.exe", + "checkver": { + "github": "https://github.com/FullofQuarks/Windows-Ledger-Binaries" + }, + "autoupdate": { + "url": "https://github.com/FullofQuarks/Windows-Ledger-Binaries/releases/download/v$version/ledger.exe" + } +}