Custom app manifests for Scoop.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

hledger.json 643B

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.18.1",
  5. "license": "GPL-3.0-or-later",
  6. "url": "https://github.com/simonmichael/hledger/releases/download/1.18.1/hledger-windows.zip",
  7. "hash": "sha256:E6307084A0011D03A82F86803D51179363346132F258B3770F2D80D422494E6B",
  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. }