Custom app manifests for Scoop.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

hledger.json 639B

123456789101112131415161718192021
  1. {
  2. "homepage": "https://hledger.org/",
  3. "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.",
  4. "version": "1.21",
  5. "license": "GPL-3.0-or-later",
  6. "url": "https://github.com/simonmichael/hledger/releases/download/1.21/hledger-windows.zip",
  7. "hash": "sha256:AC50550CC3D4595A6391975EA1E711A6D96F80FA40E34F37CB39ABD5392BED7F",
  8. "bin": [
  9. [
  10. "hledger.exe",
  11. "hledger"
  12. ],
  13. [
  14. "hledger-web.exe",
  15. "hledger-web"
  16. ]
  17. ],
  18. "checkver": {
  19. "github": "https://github.com/simonmichael/hledger"
  20. }
  21. }