Skip to content

Commit 5ec0b59

Browse files
authored
Update protoc to v32.1 (#189)
1 parent 5f3d75d commit 5ec0b59

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/protoc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
protoc
22
======
33

4-
This package provides the Protobuf compiler `protoc` <!-- inject: release.tag_name -->v32.0<!-- end -->.
4+
This package provides the Protobuf compiler `protoc` <!-- inject: release.tag_name -->v32.1<!-- end -->.
55

66
```shell script
77
npm install --save-dev protoc

packages/protoc/assets.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
[
22
{
3-
"name": "protoc-32.0-linux-aarch_64.zip",
4-
"browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.0/protoc-32.0-linux-aarch_64.zip",
3+
"name": "protoc-32.1-linux-aarch_64.zip",
4+
"browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-linux-aarch_64.zip",
55
"platform": "linux",
66
"arch": "arm64",
77
"dotExe": false,
88
"executable": "protoc-linux-aarch_64"
99
},
1010
{
11-
"name": "protoc-32.0-linux-x86_64.zip",
12-
"browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.0/protoc-32.0-linux-x86_64.zip",
11+
"name": "protoc-32.1-linux-x86_64.zip",
12+
"browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-linux-x86_64.zip",
1313
"platform": "linux",
1414
"arch": "x64",
1515
"dotExe": false,
1616
"executable": "protoc-linux-x86_64"
1717
},
1818
{
19-
"name": "protoc-32.0-osx-aarch_64.zip",
20-
"browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.0/protoc-32.0-osx-aarch_64.zip",
19+
"name": "protoc-32.1-osx-aarch_64.zip",
20+
"browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-osx-aarch_64.zip",
2121
"platform": "darwin",
2222
"arch": "arm64",
2323
"dotExe": false,
2424
"executable": "protoc-osx-aarch_64"
2525
},
2626
{
27-
"name": "protoc-32.0-osx-x86_64.zip",
28-
"browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.0/protoc-32.0-osx-x86_64.zip",
27+
"name": "protoc-32.1-osx-x86_64.zip",
28+
"browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-osx-x86_64.zip",
2929
"platform": "darwin",
3030
"arch": "x64",
3131
"dotExe": false,
3232
"executable": "protoc-osx-x86_64"
3333
},
3434
{
35-
"name": "protoc-32.0-win64.zip",
36-
"browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.0/protoc-32.0-win64.zip",
35+
"name": "protoc-32.1-win64.zip",
36+
"browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protoc-32.1-win64.zip",
3737
"platform": "win32",
3838
"arch": "x64",
3939
"dotExe": true,
15.2 KB
Binary file not shown.
14.6 KB
Binary file not shown.
19.1 KB
Binary file not shown.
15.1 KB
Binary file not shown.
20.1 KB
Binary file not shown.

packages/protoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "protoc",
3-
"version": "32.0.0",
4-
"upstreamVersion": "v32.0",
3+
"version": "32.1.0",
4+
"upstreamVersion": "v32.1",
55
"description": "Installs the protocol buffer compiler \"protoc\" for you.",
66
"bin": {
77
"protoc": "protoc.cjs"

0 commit comments

Comments
 (0)