Skip to content

Commit 0ff72b6

Browse files
authored
Merge pull request #249919 from Homebrew/bump-minder-0.1.1
minder 0.1.1
2 parents b3ed3fb + a577748 commit 0ff72b6

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/m/minder.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Minder < Formula
22
desc "CLI for interacting with Stacklok's Minder platform"
33
homepage "https://mindersec.github.io/"
4-
url "https://github.com/mindersec/minder/archive/refs/tags/v0.1.0.tar.gz"
5-
sha256 "278b9cf8293616c511b86da95c90358fa11bfef09bd5339c9914d4dad027d9e6"
4+
url "https://github.com/mindersec/minder/archive/refs/tags/v0.1.1.tar.gz"
5+
sha256 "10119636e4ad41cbbe1b3627511a23d14834b68fdb503b23edb07b3a450fe5ed"
66
license "Apache-2.0"
77
head "https://github.com/mindersec/minder.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2d7354b7f0263f2f7bf58146b5db778918323f357599ee7467d779a560a387ce"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9b66d403b70193a8e73f9f3a8cbcc5160a5755bcb70219c900ba8041b5f4663"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9b66d403b70193a8e73f9f3a8cbcc5160a5755bcb70219c900ba8041b5f4663"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e9b66d403b70193a8e73f9f3a8cbcc5160a5755bcb70219c900ba8041b5f4663"
14-
sha256 cellar: :any_skip_relocation, sonoma: "2e94fb55acf160374b5baf590692101fb83f00194a475209526e21ba353229f9"
15-
sha256 cellar: :any_skip_relocation, ventura: "78da3fdc36850ed1241c0de248ab03448bdd8c991ca912369efb7a3d986f7730"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "f11f787199af422a9d43816410fbf5cf484924d7227f88529ef2c25850d634be"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c876088f3f75bf0efd88000d368907856441f34fa588af161fa87e0885ba6903"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "26ad770d98c57578261515f56773019ef947a0ac94e222c0555ec39814dc32eb"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "26ad770d98c57578261515f56773019ef947a0ac94e222c0555ec39814dc32eb"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "26ad770d98c57578261515f56773019ef947a0ac94e222c0555ec39814dc32eb"
13+
sha256 cellar: :any_skip_relocation, sonoma: "082be64befad832e04a1ec3efe681b46a9bb606db1a3b1e5259ee5529d378dae"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "32a6ef5b74ae68be6333452d401c53fdaa82e0c2cdf48b9e19a2ba740168bcc5"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3d8373b18ca54c2948d48c49a1961af53320badf80778b891141b07b5f02cb1c"
1816
end
1917

2018
depends_on "go" => :build

0 commit comments

Comments
 (0)