|
@@ -1,16 +1,16 @@
|
1
|
1
|
{
|
2
|
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.",
|
|
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
|
4
|
"version": "2.5",
|
5
|
5
|
"license": "ISC",
|
6
|
6
|
"architecture": {
|
7
|
7
|
"64bit": {
|
8
|
8
|
"url": "https://github.com/piranha/goreplace/releases/download/2.5/gr-64-win.exe#/gr.exe",
|
9
|
|
- "hash": "md5:b5b5394b901e23730849f18f6e8f46f1"
|
|
9
|
+ "hash": "sha256:C27F3B01D57A2B5C939DE768071B57F7545490BA7A4DA45BB7CCFACE3041AD62"
|
10
|
10
|
},
|
11
|
11
|
"32bit": {
|
12
|
12
|
"url": "https://github.com/piranha/goreplace/releases/download/2.5/gr-32-win.exe#/gr.exe",
|
13
|
|
- "hash": "md5:272e78ec7baa51857abd4f70d4c4bff6"
|
|
13
|
+ "hash": "sha256:55254C3B8B866D5F130D5D86BBACFBB03D7B9E0EDDBF035AAE00811EE91DA9A6"
|
14
|
14
|
}
|
15
|
15
|
},
|
16
|
16
|
"bin": [
|