|
1 | 1 | class Minder < Formula |
2 | 2 | desc "CLI for interacting with Stacklok's Minder platform" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/mindersec/minder.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | depends_on "go" => :build |
|
0 commit comments