Skip to content

Commit

Permalink
Merge pull request Homebrew#162606 from mise-en-dev/bump-mise-2024.2.15
Browse files Browse the repository at this point in the history
mise 2024.2.15
  • Loading branch information
BrewTestBot authored Feb 13, 2024
2 parents 78f56ed + 7631852 commit bd1a338
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.2.14.tar.gz"
sha256 "bef3ca039aa35cf697498b83a8152d7baddca2ad2a79c7b3b4c56226d63735b0"
url "https://github.com/jdx/mise/archive/refs/tags/v2024.2.15.tar.gz"
sha256 "bf1185a106a41f8f6d433310c42b2dd0d179b646284ccfdacd44175e554d8f38"
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_skip_relocation, arm64_sonoma: "f1ffbb13b7e8bed4766be8828e59962fb3f3e328b22f76699c863c317ffe9480"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3f5f82e9e6016a5dc7e3d912c2ff99efc22522d3df59a5d43c9a6bafcbb8b9db"
sha256 cellar: :any_skip_relocation, arm64_monterey: "af3144ce68113024a157835d76a2fe53c71d77d37ab9ed60ae7a9cb1fcbe375c"
sha256 cellar: :any_skip_relocation, sonoma: "45d33e5201f7f2d38fe43facd89147de81b1bd5ab757cb05aabaaeecf98e4186"
sha256 cellar: :any_skip_relocation, ventura: "077a512696ea0a0553e6214dcbe1cf55546809f68544419e32fdcff8a3fedbb9"
sha256 cellar: :any_skip_relocation, monterey: "b668648afeee0134ffc7fa12ec047ad7a0de0ac4220d4ce8d148e5133e827fac"
sha256 cellar: :any_skip_relocation, x86_64_linux: "47460c475819ee2374138f6b27f3a2a7f1abd643563a0d90b262f79b3096026b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6398c8973e6d55b8f67b046b6795a15bb407c9a7622ef9846b5a906a8c978c5b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "013efc3bd24ffe4cf987b16a9b20ae8af3113428146d0596bcc62c77f2c4a979"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6c088e19c35b21cb5c293a1ffe1b368209de280e742b84050d35a1d02129e728"
sha256 cellar: :any_skip_relocation, sonoma: "5f3cd8f07ad4d88f725e6a37d815982e529b32eba63cc9955091a82752e22309"
sha256 cellar: :any_skip_relocation, ventura: "efd936bfbed7ecf4071352c9a853fab9bdbfc98f091db044a42acc4af48eaeb6"
sha256 cellar: :any_skip_relocation, monterey: "c61c013fbc78f165dd6cdb0519c8e82c4b4206ab5ccc4e5ab0c0c60c35b46ce0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a32f526104f63d8159c3b171e58e4c56332a86863deabe61596c471cf715f3d2"
end

depends_on "rust" => :build
Expand Down

0 comments on commit bd1a338

Please sign in to comment.