Skip to content

Commit

Permalink
feat: upgrade proto libraries
Browse files Browse the repository at this point in the history
This upgrades protobuf and protoc-gen-go to the latest stable
versions.

Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard authored and talos-bot committed Jul 2, 2020
1 parent 69d063b commit 9a08c57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions protobuf/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
- stage: patch
steps:
- sources:
- url: https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-cpp-3.7.1.tar.gz
- url: https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protobuf-cpp-3.12.3.tar.gz
destination: protobuf-cpp-3.7.1.tar.gz
sha256: 97f6cdaa0724d5a8cd3375d5f5cf4bd253d5ad5291154f533ed0d94a9d501ef3
sha512: 6e6873f83dc6e8cf565874c428799b0dd86f7eb83130d7eec26225f640560bb74e1604fda16ffd507e0416567236831922fbd9f5354308abee945b5b83ca153e
sha256: 4ef97ec6a8e0570d22ad8c57c99d2055a61ea2643b8e1a0998d2c844916c4968
sha512: a30677d152eee663960ed363b62464a455057796a5938e900deaa8fa0e3ba468675be450846b7c27b722114ee6d735bd27edc302f38a39486f7e44f71d155c66
prepare:
- |
tar -xzf protobuf-cpp-3.7.1.tar.gz --strip-components=1
Expand Down
6 changes: 3 additions & 3 deletions protoc-gen-go/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
- stage: golang
steps:
- sources:
- url: https://github.com/golang/protobuf/archive/v1.3.1/golang-protobuf-1.3.1.tar.gz
- url: https://github.com/golang/protobuf/archive/v1.4.2/golang-protobuf-1.4.2.tar.gz
destination: golang-protobuf.tar.gz
sha256: 3f3a6123054a9847093c119895f1660612f301fe95358f3a6a1a33fd0933e6cf
sha512: 7dfc6d7851c7181e1a73effe9e8a97752bb428bf207a44b065412a8e87e0e3e200b5eef3d8c68af33a0721d12a8b98bfa88b22add074b19b6e1759e9268abf25
sha256: a1e486b3ed6f502c43e10cb28bde4e8f020a420ef9958d3fbe61801492c07c87
sha512: ee0cff1649ccc8b34305b601eb005bc38e222d2e2b8f161d75b9f1da68eef4aa16f52399f9c53b96971cfd7d33a4afe5b0fcbdbd90bb2d0cd46d4e51020051ea
prepare:
- |
tar -xzf golang-protobuf.tar.gz --strip-components=1
Expand Down

0 comments on commit 9a08c57

Please sign in to comment.