Skip to content

Commit

Permalink
Merge pull request Homebrew#166616 from Homebrew/bump-minder-0.0.36
Browse files Browse the repository at this point in the history
minder 0.0.36
  • Loading branch information
BrewTestBot authored Mar 19, 2024
2 parents 6d914e1 + c039fde commit e332e05
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.35.tar.gz"
sha256 "202e0619d7f979a65c3f3430f31a2b4f3b131c81331120ea9afcdf73430ea16e"
url "https://github.com/stacklok/minder/archive/refs/tags/v0.0.36.tar.gz"
sha256 "4b2ad28301b1c351c44bbfe411b61368b1ecae96df74d0b963e8f5faea88a1e7"
license "Apache-2.0"
head "https://github.com/stacklok/minder.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7538acddd98ac96dfcf250bf21f6eab194fb10638df8b9a0030b3bf50e665a7e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4c0ea0223b5b40d8b64905575a0aea6fac6502eecdaa91777c9925a0972a19e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7f9b80b9fc9295d5059bbd010ed9ab56fe0e78a1f29cebf3ce5be5e615b68b87"
sha256 cellar: :any_skip_relocation, sonoma: "e3194bc1fe6b5ab9ce4548613a5a20b26479ebc75e49456bf8ccadf266048421"
sha256 cellar: :any_skip_relocation, ventura: "89c3c506d97f84d5921dd3827b5d96a3ae184702df890311903518f4aab5fee1"
sha256 cellar: :any_skip_relocation, monterey: "0ef404d9b42ffb687b9e09b82d14b12bdd1bb9a093ac0910f8afeee0ed401fbb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7097900638af61e97cdd9710187c24cea7b87715d332514b24998165754a18ff"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "29c45efc4feea84e36afa101c5140517782e1ded5a23ce9d7e1640908d0e7fc5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9cbd381772d62ede78200d9892bc325ac468bdedec3d433d37e06674a49b6abf"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4441c42da5e4d81b400b28ce504e4bd0af69f383b5ddfdeb87b2e68438e2826c"
sha256 cellar: :any_skip_relocation, sonoma: "92d2475a92b6daab5d796e04b8aeddfa1f21b0f5631b0d005cb6504c2c002cf0"
sha256 cellar: :any_skip_relocation, ventura: "77c23aa3f36d1f59db8521508d42da5d518c2b6ecc1fae0861f7ed458d2a9b96"
sha256 cellar: :any_skip_relocation, monterey: "9bcfeed16065d61bd15f9773e9dbe83192dda12b20d0b6416f8b1d3ae7e5bc94"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e4ccb22a4d5a80a77a05eb29651ba94f9889ceb56acf74570ca349a5b8e09312"
end

depends_on "go" => :build
Expand Down

0 comments on commit e332e05

Please sign in to comment.