We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9590da8 commit 6fde8e3Copy full SHA for 6fde8e3
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/releases/download/v${VERSION}/buf-Darwin-arm64"
6
- sha256 "4a215517d0bcb37c47b9178e2668d7651a7fef9a482cef482227ad09796cdfc0"
7
version "1.50.0"
+ url "https://github.com/bufbuild/buf/releases/download/v#{version}/buf-Darwin-arm64"
+ sha256 "4a215517d0bcb37c47b9178e2668d7651a7fef9a482cef482227ad09796cdfc0"
8
9
checksums = {
10
"darwin-arm64" => "4a215517d0bcb37c47b9178e2668d7651a7fef9a482cef482227ad09796cdfc0",
0 commit comments