From 26d7a3175c6ee99ba09702a8a73cff78dd94e76b Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Thu, 27 Jun 2024 13:18:06 +0300 Subject: [PATCH] bootloose v0.9.0 Signed-off-by: Kimmo Lehto --- Formula/bootloose.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/bootloose.rb b/Formula/bootloose.rb index 62703c7..46d5965 100644 --- a/Formula/bootloose.rb +++ b/Formula/bootloose.rb @@ -2,8 +2,8 @@ class Bootloose < Formula desc "Creates containers that look like virtual machines" homepage "https://github.com/k0sproject/bootloose" url "https://github.com/k0sproject/bootloose.git", - tag: "v0.8.0", - revision: "e4a0d112925923d6127b4623b52f0537e3d77e7c" + tag: "v0.9.0", + revision: "124c22f5c2d32e26d91995579ca184876d5a9195" license "Apache-2.0" head "https://github.com/k0sproject/bootloose.git", branch: "main"