|
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.0.75.tar.gz" |
5 | | - sha256 "55d1c1a88eed9dad4bc180f96ebde75746bc2e07a56ae16347f7e50d4dbb9bda" |
| 4 | + url "https://github.com/mindersec/minder/archive/refs/tags/v0.0.76.tar.gz" |
| 5 | + sha256 "c487a4ee788517604fdc17b6ed2093d26ae7f132255f3c9e063ce1c2b559d57e" |
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_sequoia: "aed82c374cc600696323173f3a4db735a91d025c6036632126053ca070580578" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aed82c374cc600696323173f3a4db735a91d025c6036632126053ca070580578" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "aed82c374cc600696323173f3a4db735a91d025c6036632126053ca070580578" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "66db1b1fab6b60d363825d4394bbe8015e76c4f4ed92c5c31591bf8034d87439" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "77613fd91439358eaf50165345b48ffc67e32662f791914373f14e506588a6bf" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "666920c20625d12acb5aa64e37cb704b4a13b3e15df04a2acce5b895976db25f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba5216f71a18af8937cbfffdf5a6a3917194f39c6080395298037acd1f24109b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba5216f71a18af8937cbfffdf5a6a3917194f39c6080395298037acd1f24109b" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "ba5216f71a18af8937cbfffdf5a6a3917194f39c6080395298037acd1f24109b" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "558bf6f698dd8814d41043ce24c23ed12f477cce12baaa362b2e6148e688d680" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "66dac59c9d27c97b245695108889f21a7f54026c1fdf7902745e800076872162" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "297e25ae1a4617980bc672e2288ae92bc063fbea08111c0c638b8c73d61fcc9a" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments