Custom app manifests for Scoop.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hledger.json 673B

12345678910111213141516171819202122
  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.17",
  5. "license": "GPL-3.0-or-later",
  6. "url": "https://ci.appveyor.com/api/buildjobs/adymn76m8jnl27sm/artifacts/hledger.zip",
  7. "hash": "sha256:6DAB7002B84ACDE29F08875FF115E3D0365FC927332607B409FED5C28FE21D2B",
  8. "bin": [
  9. [
  10. "hledger.exe",
  11. "hledger"
  12. ],
  13. [
  14. "hledger-web.exe",
  15. "hledger-web"
  16. ]
  17. ],
  18. "checkver": {
  19. "url": "https://github.com/simonmichael/hledger/releases",
  20. "regex": "hledger-([\\d\\.]+)"
  21. }
  22. }