Skip to content

Commit

Permalink
Merge pull request #154311 from rtx-vm/bump-rtx-2023.11.3
Browse files Browse the repository at this point in the history
rtx 2023.11.3
  • Loading branch information
BrewTestBot authored Nov 14, 2023
2 parents c875aa8 + 3af060b commit 29eaa34
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/rtx.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Rtx < Formula
desc "Polyglot runtime manager (asdf rust clone)"
homepage "https://github.com/jdx/rtx"
url "https://github.com/jdx/rtx/archive/refs/tags/v2023.11.2.tar.gz"
sha256 "28cecfc9062c849d5ab998fc748083915347cacc402fb83bf80ce20a40ec4f40"
url "https://github.com/jdx/rtx/archive/refs/tags/v2023.11.3.tar.gz"
sha256 "28f7cb1f37f00500cbe3c590e68ba8f670c086e5dd1451e4eab9597804c80bfc"
license "MIT"
head "https://github.com/jdx/rtx.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e58b5db89a2a6069446521428afbc57a23bd8182a040e41b1048d672f07108da"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7213b2ab85114768249ce964f348999f181db9c2121c0a3ec7781d4e5b29be4e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "274cd0329cbcbdbf4286437078c91de80f6303372bf01ff412735db37597444c"
sha256 cellar: :any_skip_relocation, sonoma: "b34c7facfdf063e4b752dac21786cd6f39addb5a1902c11d0ccb6422e2b9d5cd"
sha256 cellar: :any_skip_relocation, ventura: "6f426d327dbb35389cf90770e1840b853911225cecebc9b534559a8c4a1af018"
sha256 cellar: :any_skip_relocation, monterey: "bae1a45352ad4bcc9e9f105d4fdd976a37a84507821f92fa1b58367501a04d11"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ffcb9272f54bc2b4531ec020729cf43fd12f0ce710eca663392959d0ced47b97"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9bcd690c9168ea54b1cc11280305f9023d2d4ce10ca8fffbc20e6d504fe1844"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce39cec2dc68f488b299faaaaf4a4249e2b9dce33d7a0334f1c419ea053cb06c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "09e0b5e7c4fdda13fde51db85afb5aca1649806b9cc2a7bd52e5471556e1bef6"
sha256 cellar: :any_skip_relocation, sonoma: "9e2721a49cb085f19baeae8dbffee2e88ee8485799ceb01c9a6cb4979289d0f3"
sha256 cellar: :any_skip_relocation, ventura: "cec08c5b8f8f9abb232407818625cd0444f0ff7bb29d7955f2d67356bdabda6d"
sha256 cellar: :any_skip_relocation, monterey: "df4ce72bf6437d16ed1991a23b8e7df8396f8eccda9fa51f9edde160243d7155"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3f2a6d2a7190cab7b8fb65a79f0f988bc8932edee229172012ce8bb80fe09db1"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 29eaa34

Please sign in to comment.