Custom app manifests for Scoop.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415
  1. {
  2. "homepage": "https://github.com/piranha/goreplace",
  3. "description": "Go Replace (gr) is a simple utility that can be used as a replacement for the popular grep + sed combination---find files that contain something, and possibly replace their contents with something else.",
  4. "version": "2.6",
  5. "license": "ISC",
  6. "url": "https://github.com/piranha/goreplace/releases/download/2.6/gr-64-win.exe#/gr.exe",
  7. "hash": "sha256:C4C7A12A141314ECE3BF8D9EAFB1B56E2430A136AFF3E58DB82E7B62D300BA4C",
  8. "bin": [
  9. [
  10. "gr.exe",
  11. "gr"
  12. ]
  13. ],
  14. "checkver": "github"
  15. }