Skip to content

Commit

Permalink
Merge pull request #177395 from Homebrew/bump-minder-0.0.55
Browse files Browse the repository at this point in the history
minder 0.0.55
  • Loading branch information
BrewTestBot authored Jul 15, 2024
2 parents f70f8b7 + a3f54ce commit 3baab23
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/m/minder.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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"

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
Expand Down

0 comments on commit 3baab23

Please sign in to comment.