Explorar el Código

Update Closure Compiler to v20200614

master
Ashton Charbonneau hace 4 años
padre
commit
f595d68bee
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 1
    1
      README.md
  2. 4
    4
      bucket/closure-compiler.json

+ 1
- 1
README.md Ver fichero

@@ -2,7 +2,7 @@ Personal [Scoop](https://github.com/lukesampson/scoop) bucket containing custom
2 2
 
3 3
 Current programs:
4 4
 
5
-- [Closure Compiler](https://developers.google.com/closure/compiler/) v20200224 ([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 6
 - [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.5 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
7 7
 - [Go Replace](https://github.com/piranha/goreplace) v2.5 ([GitHub releases](https://github.com/piranha/goreplace/releases))
8 8
 - [Google Play Music Desktop Player](https://www.googleplaymusicdesktopplayer.com/) v4.7.1 ([GitHub releases](https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases))

+ 4
- 4
bucket/closure-compiler.json Ver fichero

@@ -1,13 +1,13 @@
1 1
 {
2 2
 	"homepage": "https://developers.google.com/closure/compiler/",
3 3
 	"description": "The Closure Compiler is a tool for making JavaScript download and run faster. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript.",
4
-	"version": "20200224",
4
+	"version": "20200614",
5 5
 	"license": "Apache-2.0",
6
-	"url": "https://dl.google.com/closure-compiler/compiler-20200224.zip",
7
-	"hash": "sha256:67F92C3B2802963C9493C40F442008D11629A1100013ED9E553A84B988D3C002",
6
+	"url": "https://dl.google.com/closure-compiler/compiler-20200614.zip",
7
+	"hash": "sha256:F17FD95C0D1E868189A9F1C6E15AF988B62893F87E17030711A4751487C9B995",
8 8
 	"bin": [
9 9
 		[
10
-			"closure-compiler-v20200224.jar",
10
+			"closure-compiler-v20200614.jar",
11 11
 			"closure-compiler"
12 12
 		]
13 13
 	],

Loading…
Cancelar
Guardar