Browse Source

Update Go Replace to 2.6

master
Ashton Charbonneau 3 years ago
parent
commit
6e66368c96
2 changed files with 4 additions and 12 deletions
  1. 1
    1
      README.md
  2. 3
    11
      bucket/goreplace.json

+ 1
- 1
README.md View File

4
 
4
 
5
 - [Closure Compiler](https://developers.google.com/closure/compiler/) v20200614 ([GitHub releases](https://github.com/google/closure-compiler/releases))
5
 - [Closure Compiler](https://developers.google.com/closure/compiler/) v20200614 ([GitHub releases](https://github.com/google/closure-compiler/releases))
6
 - [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.5 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
6
 - [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.5 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
7
-- [Go Replace](https://github.com/piranha/goreplace) v2.5 ([GitHub releases](https://github.com/piranha/goreplace/releases))
7
+- [Go Replace](https://github.com/piranha/goreplace) v2.6 ([GitHub releases](https://github.com/piranha/goreplace/releases))
8
 - [hledger](https://hledger.org/) v1.18.1 ([Downloads](https://hledger.org/download.html), [GitHub releases](https://github.com/simonmichael/hledger/releases))
8
 - [hledger](https://hledger.org/) v1.18.1 ([Downloads](https://hledger.org/download.html), [GitHub releases](https://github.com/simonmichael/hledger/releases))
9
 - [Multiscreen Blank](http://multiscreenblank.nookkin.com/) v2.4.0.0 ([Releases](http://dl.nookkin.com/products/multiscreenblank/))
9
 - [Multiscreen Blank](http://multiscreenblank.nookkin.com/) v2.4.0.0 ([Releases](http://dl.nookkin.com/products/multiscreenblank/))
10
 - [scc](https://github.com/boyter/scc) v3.0.0 ([GitHub releases](https://github.com/boyter/scc/releases))
10
 - [scc](https://github.com/boyter/scc) v3.0.0 ([GitHub releases](https://github.com/boyter/scc/releases))

+ 3
- 11
bucket/goreplace.json View File

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

Loading…
Cancel
Save