Custom app manifests for Scoop.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

goreplace.json 735B

1234567891011121314151617181920212223
  1. {
  2. "homepage": "https://github.com/piranha/goreplace",
  3. "description": "Go Replace (gr) is a simple utility which can be used as replacement for grep + sed combination in one of most popular cases—find files, which contain something, possibly replace this with something else.",
  4. "version": "2.5",
  5. "license": "ISC",
  6. "architecture": {
  7. "64bit": {
  8. "url": "https://github.com/piranha/goreplace/releases/download/2.5/gr-64-win.exe#/gr.exe",
  9. "hash": "md5:b5b5394b901e23730849f18f6e8f46f1"
  10. },
  11. "32bit": {
  12. "url": "https://github.com/piranha/goreplace/releases/download/2.5/gr-32-win.exe#/gr.exe",
  13. "hash": "md5:272e78ec7baa51857abd4f70d4c4bff6"
  14. }
  15. },
  16. "bin": [
  17. [
  18. "gr.exe",
  19. "gr"
  20. ]
  21. ],
  22. "checkver": "github"
  23. }