Browse Source

Update Closure Compiled to v20220502

undefined
Ashton Charbonneau 2 years ago
parent
commit
60f43c0ee9
2 changed files with 5 additions and 5 deletions
  1. 1
    1
      README.md
  2. 4
    4
      bucket/closure-compiler.json

+ 1
- 1
README.md View File

@@ -3,7 +3,7 @@ Personal [Scoop](https://github.com/lukesampson/scoop) bucket containing custom
3 3
 Current programs:
4 4
 
5 5
 - [AltSnap](https://github.com/RamonUnch/AltSnap) v1.52 ([GitHub releases](https://github.com/RamonUnch/AltSnap/releases))
6
-- [Closure Compiler](https://developers.google.com/closure/compiler/) v20210601 ([GitHub releases](https://github.com/google/closure-compiler/releases))
6
+- [Closure Compiler](https://developers.google.com/closure/compiler/) v20220502 ([Downloads](https://mvnrepository.com/artifact/com.google.javascript/closure-compiler))
7 7
 - [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.7 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
8 8
 - [Go Replace](https://github.com/piranha/goreplace) v2.6 ([GitHub releases](https://github.com/piranha/goreplace/releases))
9 9
 - [hledger](https://hledger.org/) v1.25 ([Downloads](https://hledger.org/download.html), [GitHub releases](https://github.com/simonmichael/hledger/releases))

+ 4
- 4
bucket/closure-compiler.json View File

@@ -1,10 +1,10 @@
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": "20210601",
4
+	"version": "20220502",
5 5
 	"license": "Apache-2.0",
6
-	"url": "https://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20210601/closure-compiler-v20210601.jar#/closure-compiler.jar",
7
-	"hash": "sha256:64F161C65A3DBA42C9A4F5A79DB335AC0E757FCBA486CD7928205AC4C258EF08",
6
+	"url": "https://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20220502/closure-compiler-v20220502.jar#/closure-compiler.jar",
7
+	"hash": "sha256:85AD32FEFA2A9D8A59ED598091F67FAFF230ECA015FB610B39F582A458CE75DE",
8 8
 	"bin": [
9 9
 		[
10 10
 			"closure-compiler.jar",
@@ -12,7 +12,7 @@
12 12
 		]
13 13
 	],
14 14
 	"checkver": {
15
-		"url": "https://github.com/google/closure-compiler/releases",
15
+		"url": "https://mvnrepository.com/artifact/com.google.javascript/closure-compiler",
16 16
 		"regex": "v([\\d]{8})"
17 17
 	}
18 18
 }

Loading…
Cancel
Save