From 84cd95a8685a7b1ba556bbeefae87859d94b0450 Mon Sep 17 00:00:00 2001 From: "app-token-homebrew-buf[bot]" <117296179+app-token-homebrew-buf[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:22:12 -0400 Subject: [PATCH] Release v1.33.0 (#59) Release prepared for 1.33.0 Co-authored-by: doriable --- Formula/buf.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/buf.rb b/Formula/buf.rb index e8eca50..4143428 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.32.2.tar.gz" - sha256 "876c91cca6c2e647d6cad231d51bf95d525f17bcc7bc8920a36b9bace016af96" - version "1.32.2" + url "https://github.com/bufbuild/buf/archive/v1.33.0.tar.gz" + sha256 "80e31a5fac40d8547b8a6a4b1dca1eabebad8586bf667f342a6d0db5f8038c72" + version "1.33.0" depends_on "go" => :build