From 3bd8ddbcb2ce8ff75e56e97d6ddfcfa01dc4dc8e Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Fri, 9 Feb 2024 09:48:01 +0000 Subject: [PATCH] bootloose: update 0.7.3 bottle. --- Formula/bootloose.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/bootloose.rb b/Formula/bootloose.rb index e95ffb6..e825996 100644 --- a/Formula/bootloose.rb +++ b/Formula/bootloose.rb @@ -8,9 +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.2" - sha256 cellar: :any_skip_relocation, ventura: "5575e618a7f38028bf47b4744be6ca276fb6b5f6f7be5449d0ad6e6bc171d9eb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3fe55121dac4e4066961cd8d0e67c5633615886d9c003744c830d850f62de57a" + root_url "https://github.com/k0sproject/homebrew-tap/releases/download/bootloose-0.7.3" + sha256 cellar: :any_skip_relocation, ventura: "615c186ec3ce7cf01f337355df9cbf6cf6bc2100cd191f54c235fa07e3b80e78" end depends_on "go" => :build