We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cd95a commit df3bfa5Copy full SHA for df3bfa5
Formula/buf.rb
@@ -2,9 +2,9 @@ class Buf < Formula
2
desc "The best way of working with Protocol Buffers."
3
homepage "https://buf.build"
4
head "https://github.com/bufbuild/buf.git", branch: "main"
5
- url "https://github.com/bufbuild/buf/archive/v1.33.0.tar.gz"
6
- sha256 "80e31a5fac40d8547b8a6a4b1dca1eabebad8586bf667f342a6d0db5f8038c72"
7
- version "1.33.0"
+ url "https://github.com/bufbuild/buf/archive/v1.34.0.tar.gz"
+ sha256 "a0c67af6db7ae2313297732ad57daa35acf96229bd2ab6494155db3fe5219287"
+ version "1.34.0"
8
9
depends_on "go" => :build
10
0 commit comments