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 0d42019 commit d616999Copy full SHA for d616999
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.47.2.tar.gz"
6
- sha256 "d20b70d863e23f8484321f6b70474325eb1dda3a126182d5c54d3ed5c0640e49"
7
- version "1.47.2"
+ url "https://github.com/bufbuild/buf/archive/v1.48.0.tar.gz"
+ sha256 "cff797352d237e69dd04372fb284e1162eb65db812e8de86946968418a146221"
+ version "1.48.0"
8
9
depends_on "go" => :build
10
0 commit comments