diff --git a/Formula/buf.rb b/Formula/buf.rb index 2fe121a..1338e04 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.47.1.tar.gz" - sha256 "5fcb5b48e7e1e5f134a5d8fcebdab2b270beee46bd00d50c63b228021c8e37d1" - version "1.47.1" + url "https://github.com/bufbuild/buf/archive/v1.47.2.tar.gz" + sha256 "d20b70d863e23f8484321f6b70474325eb1dda3a126182d5c54d3ed5c0640e49" + version "1.47.2" depends_on "go" => :build