Skip to content

Commit

Permalink
Merge pull request Homebrew#177799 from mise-en-dev/bump-mise-2024.7.4
Browse files Browse the repository at this point in the history
mise 2024.7.4
  • Loading branch information
BrewTestBot authored Jul 19, 2024
2 parents c710170 + 87c0f1f commit 8888ab9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/m/mise.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Mise < Formula
desc "Polyglot runtime manager (asdf rust clone)"
homepage "https://mise.jdx.dev/"
url "https://github.com/jdx/mise/archive/refs/tags/v2024.7.3.tar.gz"
sha256 "60192b6e9f43f403c8d1080abedcae79ef59f94703ac43f0c0fa72b9d334184c"
url "https://github.com/jdx/mise/archive/refs/tags/v2024.7.4.tar.gz"
sha256 "96684077b01178bf402873f130a040e0ad142c729e95184b9d176e3e9092299d"
license "MIT"
head "https://github.com/jdx/mise.git", branch: "main"

Expand All @@ -12,13 +12,13 @@ class Mise < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "94db09ee61f01a7e5b884b30fe1807b1e2b7aeef63b4dea095d05aaf11245f40"
sha256 cellar: :any, arm64_ventura: "47bcad4171282facabb5c8956e329d7a7105034780fdc9b73e4e53c0cfef1b94"
sha256 cellar: :any, arm64_monterey: "913d6cc1484ec29c8f04c96375b073c42be790264429978f067d4f229a291752"
sha256 cellar: :any, sonoma: "422924b2f09d3dda93aca87b586805b89c0c86b95f29472316451c59596ab74f"
sha256 cellar: :any, ventura: "b4ab73756122b47959e5366622dfb880000ec6d9013da8aa9c4d1d0d5359d8cc"
sha256 cellar: :any, monterey: "82cb3f48fa176f21a0de4112063f81a65510db7ce54cc88519b9033693d44d49"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c609aacbe1c47eb218b4cbf136c3841ae4bcd1187e8c8d8395f7dc1bb4106b15"
sha256 cellar: :any, arm64_sonoma: "00dc0c6fab417f8ddafb7031481b91922884dc7227d1d323e39ca3fae9329db0"
sha256 cellar: :any, arm64_ventura: "bc88d93b5014d713faf99d241ccbdb8744005f9a8de7d9fb198720a304d850d5"
sha256 cellar: :any, arm64_monterey: "d6fa683497247606bbdd3cfbdf3284bbcd96bb44ff0b41eff70b459edff086e1"
sha256 cellar: :any, sonoma: "addb058a61fb9323506488a54962bf84b9ec4405f5bb77eaa11fa5292eb35b6b"
sha256 cellar: :any, ventura: "765919c56fbb5499920877bb3be17953116acca611e797e73c72b7633c65a2b8"
sha256 cellar: :any, monterey: "4709c4d8188b6e0c4e590e760e37d60fe9e62cbd444b593bb904fe10790b7864"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c239f0399990f36ada1fbe187fdfc60de5995bfcd1169f0be197524f4fcd3463"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit 8888ab9

Please sign in to comment.