From 8e3d399a9ab21d9823d4409facfee86d118f646d Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Tue, 7 May 2024 11:29:08 +0000 Subject: [PATCH] bootloose: update 0.8.0 bottle. --- Formula/bootloose.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/bootloose.rb b/Formula/bootloose.rb index 6cf502f..62703c7 100644 --- a/Formula/bootloose.rb +++ b/Formula/bootloose.rb @@ -8,8 +8,8 @@ class Bootloose < Formula head "https://github.com/k0sproject/bootloose.git", branch: "main" bottle do - root_url "https://github.com/k0sproject/homebrew-tap/releases/download/bootloose-0.7.3" - sha256 cellar: :any_skip_relocation, ventura: "615c186ec3ce7cf01f337355df9cbf6cf6bc2100cd191f54c235fa07e3b80e78" + root_url "https://github.com/k0sproject/homebrew-tap/releases/download/bootloose-0.8.0" + sha256 cellar: :any_skip_relocation, ventura: "be3d022ef52c4978eff2fe8660894debac351fa29a9aed7383e472e8ed05386b" end depends_on "go" => :build