diff --git a/Formula/buf.rb b/Formula/buf.rb index 121f56f..4c172a7 100644 --- a/Formula/buf.rb +++ b/Formula/buf.rb @@ -2,9 +2,9 @@ class Buf < Formula desc "The best way of working with Protocol Buffers." homepage "https://buf.build" head "https://github.com/bufbuild/buf.git", branch: "main" - url "https://github.com/bufbuild/buf/archive/v1.70.0.tar.gz" - sha256 "7da0f12d42d00a4a4fabf89af37e2e02ad5958bc7e977a713e4bc01b2a232899" - version "1.70.0" + url "https://github.com/bufbuild/buf/archive/v1.71.0.tar.gz" + sha256 "fad7621cfcf54891a7b1c82c060b7a54c2ad6d13e0a1c99aea2d744e43bc82b7" + version "1.71.0" depends_on "go" => :build