Browse Source

Update hashes to SHA256

master
Ashton Charbonneau 4 years ago
parent
commit
9895efbd76
4 changed files with 6 additions and 12 deletions
  1. 1
    1
      closure-compiler.json
  2. 3
    3
      goreplace.json
  3. 1
    7
      gpmdp.json
  4. 1
    1
      scc.json

+ 1
- 1
closure-compiler.json View File

@@ -2,7 +2,7 @@
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 4
 	"version": "20191027",
5
-	"license": "Apache 2.0",
5
+	"license": "Apache-2.0",
6 6
 	"url": "https://dl.google.com/closure-compiler/compiler-20191027.zip",
7 7
 	"hash": "sha256:2D646D216F2FC528F6B48E43D346935743E834868F140AFD10404513E9EF025B",
8 8
 	"bin": [

+ 3
- 3
goreplace.json View File

@@ -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": [

+ 1
- 7
gpmdp.json View File

@@ -4,7 +4,7 @@
4 4
 	"version": "4.6.1",
5 5
 	"license": "MIT",
6 6
 	"url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.6.1/GPMDP_3-4.6.1-full.nupkg#/dl.7z",
7
-	"hash": "sha1:a3112a6ffa5d2c91ccebc48a45f607362efe0fc4",
7
+	"hash": "sha256:D58443E8A7B4FCECE8AD5B01AB5B15EDEC1101A5D7E3944C7AEAA40003094FD5",
8 8
 	"extract_dir": "lib/net45",
9 9
 	"shortcuts": [
10 10
 		[
@@ -14,11 +14,5 @@
14 14
 	],
15 15
 	"checkver": {
16 16
 		"github": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-"
17
-	},
18
-	"autoupdate": {
19
-		"url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v$version/GPMDP_3-$version-full.nupkg#/dl.7z",
20
-		"hash": {
21
-			"url": "$baseurl/RELEASES"
22
-		}
23 17
 	}
24 18
 }

+ 1
- 1
scc.json View File

@@ -4,7 +4,7 @@
4 4
 	"version": "2.8.0",
5 5
 	"license": "MIT",
6 6
 	"url": "https://github.com/boyter/scc/releases/download/v2.8.0/scc-2.8.0-x86_64-pc-windows.zip",
7
-	"hash": "md5:cece3cc200ad83d2921a91b1b4c7d5bc",
7
+	"hash": "sha256:9F32812FADCC20D363741289765623F913EE422E002BF4C5E53349147C066A0E",
8 8
 	"bin": [
9 9
 		[
10 10
 			"scc.exe",

Loading…
Cancel
Save