Skip to content

Commit 3c2dd83

Browse files
authored
Merge pull request Homebrew#199235 from Homebrew/bump-minder-0.0.76
minder 0.0.76
2 parents 516d25c + 915d38b commit 3c2dd83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/minder.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +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.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"
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_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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)