@goreleaser/goreleaser-pro 2.11.1 → 2.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goreleaser/goreleaser-pro",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.2",
|
|
4
4
|
"description": "Release engineering, simplified.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node install.js",
|
|
@@ -37,62 +37,62 @@
|
|
|
37
37
|
"archives": {
|
|
38
38
|
"darwin-arm64": {
|
|
39
39
|
"name": "goreleaser-pro_Darwin_arm64.tar.gz",
|
|
40
|
-
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.
|
|
40
|
+
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.2/goreleaser-pro_Darwin_arm64.tar.gz",
|
|
41
41
|
"bins": [
|
|
42
42
|
"goreleaser"
|
|
43
43
|
],
|
|
44
44
|
"format": "tar.gz",
|
|
45
45
|
"checksum": {
|
|
46
46
|
"algorithm": "sha256",
|
|
47
|
-
"digest": "
|
|
47
|
+
"digest": "079d70257f79ca5444d44ff4f0502cdcce6121ce9a4d379a6de3accc7d29d612"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"darwin-x64": {
|
|
51
51
|
"name": "goreleaser-pro_Darwin_x86_64.tar.gz",
|
|
52
|
-
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.
|
|
52
|
+
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.2/goreleaser-pro_Darwin_x86_64.tar.gz",
|
|
53
53
|
"bins": [
|
|
54
54
|
"goreleaser"
|
|
55
55
|
],
|
|
56
56
|
"format": "tar.gz",
|
|
57
57
|
"checksum": {
|
|
58
58
|
"algorithm": "sha256",
|
|
59
|
-
"digest": "
|
|
59
|
+
"digest": "b3199ae945eb6b3e413d6499c91728b23a311e579406cf93b9c61f02c4bcd3f4"
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"linux-arm64": {
|
|
63
63
|
"name": "goreleaser-pro_Linux_arm64.tar.gz",
|
|
64
|
-
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.
|
|
64
|
+
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.2/goreleaser-pro_Linux_arm64.tar.gz",
|
|
65
65
|
"bins": [
|
|
66
66
|
"goreleaser"
|
|
67
67
|
],
|
|
68
68
|
"format": "tar.gz",
|
|
69
69
|
"checksum": {
|
|
70
70
|
"algorithm": "sha256",
|
|
71
|
-
"digest": "
|
|
71
|
+
"digest": "571f72c3b948a790d0e09d20e588eff4c91307aff836e6181540eb175fcdbe8c"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"linux-x64": {
|
|
75
75
|
"name": "goreleaser-pro_Linux_x86_64.tar.gz",
|
|
76
|
-
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.
|
|
76
|
+
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.2/goreleaser-pro_Linux_x86_64.tar.gz",
|
|
77
77
|
"bins": [
|
|
78
78
|
"goreleaser"
|
|
79
79
|
],
|
|
80
80
|
"format": "tar.gz",
|
|
81
81
|
"checksum": {
|
|
82
82
|
"algorithm": "sha256",
|
|
83
|
-
"digest": "
|
|
83
|
+
"digest": "86e7947e36da21cedd70ffb0cacb124688f3b9e3756f2a203ca2e9dc2c179aa3"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"win32-x64": {
|
|
87
87
|
"name": "goreleaser-pro_Windows_x86_64.zip",
|
|
88
|
-
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.
|
|
88
|
+
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.2/goreleaser-pro_Windows_x86_64.zip",
|
|
89
89
|
"bins": [
|
|
90
90
|
"goreleaser.exe"
|
|
91
91
|
],
|
|
92
92
|
"format": "zip",
|
|
93
93
|
"checksum": {
|
|
94
94
|
"algorithm": "sha256",
|
|
95
|
-
"digest": "
|
|
95
|
+
"digest": "2f1873eaadf24327ddc0fc36a4984ae63253ed423bf1d5bd09ec4a7015e15f55"
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
}
|