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 fcc3cd5 commit 7cc01d5Copy full SHA for 7cc01d5
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.42.0.tar.gz"
6
- sha256 "825e9004703c6817bd1bd2925004d2e22e55359c6c5e30cc748dc09637b0e59b"
7
- version "1.42.0"
+ url "https://github.com/bufbuild/buf/archive/v1.43.0.tar.gz"
+ sha256 "08d2099a3fd90945228c68077bea101a67076170574f73e74f70b6025e2e02c0"
+ version "1.43.0"
8
9
depends_on "go" => :build
10
0 commit comments