diff --git a/Formula/b/burrow.rb b/Formula/b/burrow.rb index 0c78aef7c14c..c0e8f151c48c 100644 --- a/Formula/b/burrow.rb +++ b/Formula/b/burrow.rb @@ -1,18 +1,18 @@ class Burrow < Formula desc "Kafka Consumer Lag Checking" homepage "https://github.com/linkedin/Burrow" - url "https://github.com/linkedin/Burrow/archive/refs/tags/v1.9.5.tar.gz" - sha256 "9d9b7502cfbee6038af80c3bbfa651ae2437f07ec0756aa2b6c874d516b4ffae" + url "https://github.com/linkedin/Burrow/archive/refs/tags/v1.9.6.tar.gz" + sha256 "3dcb0af9ff5741c2d2b3ac39211b9087e1f5dfc7f45ffa18bf9007504d91219f" license "Apache-2.0" head "https://github.com/linkedin/Burrow.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "5b86ff8deae33789a7977472252996ce9bed5b9297186b7e3ada18b8ccb34531" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "96d98011b5b9e0943087196c71dbcf60904ab9e4e22602baeea422a96e488620" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed299aece4ff3ffe4f5c676b3b2afda41d5d8a97dc937e3babceef7387dce6a7" - sha256 cellar: :any_skip_relocation, sonoma: "261a4bfe121fa8af48ee190fdab037c5c16d65a5ee672d9b3a9cb90c68260e54" - sha256 cellar: :any_skip_relocation, arm64_linux: "b3e5b31685703828e5b444374c29942c97afbbb18d85959916d2a46778c9d0a6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1701af844c34f0f248f80cf39e42f0f75c29b39ca976acc8a129c8a382eb5168" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "243ce0a894c45933fa1c2fe39556babfe07671abfbdcaec3ab14235b3dfda27a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7ef8b2be08cbdf13d7e9ee11416561152f0febd300210ca820b9aa57dba38b3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4e89ff03e3e70c5f35802ec731ae49c517d5f79395b4518c37f30215f374160" + sha256 cellar: :any_skip_relocation, sonoma: "2a76e2fd9fca492a15588e587519f05ace8ad1868b75f06826cb80e8c0635752" + sha256 cellar: :any_skip_relocation, arm64_linux: "041604be36e122097bbfab788ab2ad348b1b47f89568ecae6169e306b44b1667" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3afc1b575e3538fc54e30cba0c8909f5a9dcb9a10e3633d6e22ef693a35d4d51" end depends_on "go" => :build