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