From e1bc45d2ab4b84dd56afcec7ef44b570b56a67fd Mon Sep 17 00:00:00 2001 From: doriable Date: Wed, 11 Sep 2024 19:01:42 +0000 Subject: [PATCH] Update version to 1.41.0 --- Formula/buf.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/buf.rb b/Formula/buf.rb index 239a16d..6c8b151 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.40.1.tar.gz" - sha256 "843a2eeadac212b145e653d492f55305974308347027ab45e1d178103f278168" - version "1.40.1" + url "https://github.com/bufbuild/buf/archive/v1.41.0.tar.gz" + sha256 "b9721906b0bfccffefe1d2c52e2b472dc212e40ff4be49c61d153132c3ce3371" + version "1.41.0" depends_on "go" => :build