From 9ecbae333ea44c2e5379956b2f08edbb06145ca9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:46:55 +0000 Subject: [PATCH 1/2] minder 0.0.55 --- Formula/m/minder.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/minder.rb b/Formula/m/minder.rb index 76aec069cdcd..0e3d6dc83a5f 100644 --- a/Formula/m/minder.rb +++ b/Formula/m/minder.rb @@ -1,8 +1,8 @@ class Minder < Formula desc "CLI for interacting with Stacklok's Minder platform" homepage "https://minder-docs.stacklok.dev" - url "https://github.com/stacklok/minder/archive/refs/tags/v0.0.54.tar.gz" - sha256 "70a9481fa5a91ce93a00a7f32d2d5e985d6154608ec19ff404bb6e0dfa748c16" + url "https://github.com/stacklok/minder/archive/refs/tags/v0.0.55.tar.gz" + sha256 "5602490647a367b594671964d76a9bdf6cdd563a59220867801c7c7037ebe49b" license "Apache-2.0" head "https://github.com/stacklok/minder.git", branch: "main" From a3f54ceeaa98a9da7ddba78afa4715254a42a2ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:28:50 +0000 Subject: [PATCH 2/2] minder: update 0.0.55 bottle. --- Formula/m/minder.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/minder.rb b/Formula/m/minder.rb index 0e3d6dc83a5f..dc92d4cd3d6c 100644 --- a/Formula/m/minder.rb +++ b/Formula/m/minder.rb @@ -7,13 +7,13 @@ class Minder < Formula head "https://github.com/stacklok/minder.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f5a1e7142750c21bbf32709fe67528687310e3a3beadba613590817d795d531" - sha256 cellar: :any_skip_relocation, arm64_ventura: "804afcab52a34c74f24be1add1cdc7f29f1cd0aef847f976c7df0ab853eca30b" - sha256 cellar: :any_skip_relocation, arm64_monterey: "bdf4395a9b84e3e69c030711ddc4ee7afc4b3bbb002910e540b28b97752b1285" - sha256 cellar: :any_skip_relocation, sonoma: "d6b20afefcaf6cdff4ca152fddd1eb90eec2e648df4e52c9bd01ae4c121ceb2a" - sha256 cellar: :any_skip_relocation, ventura: "04d7fdd0262a3842f3b32db06812b02e2958484e79a60fbdb64d0869e8f66932" - sha256 cellar: :any_skip_relocation, monterey: "780e68791822c40fbc737577ef4d7d0737347671338d670bd152d5a4e9e6cda7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "74bcbd0e088a0925da5fe4457c97c34788b8248ed0061813cb276b06e30bbe9b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4132b386ffc0869db8f36836c4ef599494c83b70cf94320cb33a1195663c7b9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c2a4bca2062585245ba87c56124b40c2c3f5b835084f9147d5af5240f6d50695" + sha256 cellar: :any_skip_relocation, arm64_monterey: "258ce5867c44b0af7589ab9627ec8ee279e3dedbc83e809c085a0d91feb7e7d7" + sha256 cellar: :any_skip_relocation, sonoma: "bc19245b5dfa4e958f7e7700c8665205185d330ebea37f9d364bbec6aaf4b857" + sha256 cellar: :any_skip_relocation, ventura: "12d40ebae402a9a1991c5190d51839a990343def22b265e355303b21c39a710a" + sha256 cellar: :any_skip_relocation, monterey: "a6f4115b62a356916a809a521b17a3c1d8c64609e5fba8a163db28d3112978e3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "13d65f625e0c943d23bdb44daaec586ffe14d397af3841732c6ca68c9821514f" end depends_on "go" => :build