1234567891011121314151617181920212223 |
- {
- "homepage": "https://github.com/piranha/goreplace",
- "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.",
- "version": "2.5",
- "license": "ISC",
- "architecture": {
- "64bit": {
- "url": "https://github.com/piranha/goreplace/releases/download/2.5/gr-64-win.exe#/gr.exe",
- "hash": "md5:b5b5394b901e23730849f18f6e8f46f1"
- },
- "32bit": {
- "url": "https://github.com/piranha/goreplace/releases/download/2.5/gr-32-win.exe#/gr.exe",
- "hash": "md5:272e78ec7baa51857abd4f70d4c4bff6"
- }
- },
- "bin": [
- [
- "gr.exe",
- "gr"
- ]
- ],
- "checkver": "github"
- }
|