Skip to content

Commit

Permalink
Merge pull request Homebrew#200571 from mise-en-dev/bump-mise-2024.12.4
Browse files Browse the repository at this point in the history
mise 2024.12.4
  • Loading branch information
BrewTestBot authored Dec 9, 2024
2 parents 29d67f0 + 7f44e7f commit b6a0e0c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.12.3.tar.gz"
sha256 "954b3f017a958d9c55843a4deb529d87b7afa3cf8f639b1246e42697c617d85d"
url "https://github.com/jdx/mise/archive/refs/tags/v2024.12.4.tar.gz"
sha256 "bda1dc53b8cd459ec452ff8846a09dfb7559bf50bb2d67b4bfd25aede9f022de"
license "MIT"
head "https://github.com/jdx/mise.git", branch: "main"

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

bottle do
sha256 cellar: :any, arm64_sequoia: "dbad980aef98a67b923a231cbd619b3ef31b01af529158b3ed280c3800eb869a"
sha256 cellar: :any, arm64_sonoma: "74a46ea31ea4a4577c5ee4d5093cd693f8dea59a2d7de719578aabea3d5f8771"
sha256 cellar: :any, arm64_ventura: "1e4001dada7b8ec432bafad58e3123b9dfbbee9f656710546bdb1c7dac5b795a"
sha256 cellar: :any, sonoma: "6310edd591091a7545c0194a03872b0a5606769ecc30910b8394be6a95510797"
sha256 cellar: :any, ventura: "292e5cae6c08f5b454086e974e8a2ebf00f46e6fe81ae54d9360c8dab2a491d1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7adb1926df23c08acb2c2b8e29c1988beafd25b6180f5e85b4ee8dd11ed51952"
sha256 cellar: :any, arm64_sequoia: "6b0d38a33d323d89a24a666114053b992c0c8baab51286f0a9b1efb01602a337"
sha256 cellar: :any, arm64_sonoma: "6eecdf47ce08aad568bde99883970335ca4f51eba8e4a3ec040096aec260b9bd"
sha256 cellar: :any, arm64_ventura: "717a6fb1cc7c9015a4fac71e2e169e556d41a10017237ea8819efdf728f2bf88"
sha256 cellar: :any, sonoma: "b03ca1366d07bdb900f09a217d44f04941f14a93bae2ce10d55c42bfd09ed0c5"
sha256 cellar: :any, ventura: "8e45a716cc536e02b6cd959fbe57b65eec1382db3f69e33519da9c4c4bec6a71"
sha256 cellar: :any_skip_relocation, x86_64_linux: "84e8e8956e27edb1a5be3f900d110c3d600a75b10dcf404674b7d322cc4795ab"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit b6a0e0c

Please sign in to comment.