From 8e875432ddba61941960efe402ff059f44018f68 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:54:50 +0000 Subject: [PATCH 1/2] rust-analyzer 2024-07-22 --- Formula/r/rust-analyzer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index b1d3c3b1ece22..c0b226226679c 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -2,8 +2,8 @@ class RustAnalyzer < Formula desc "Experimental Rust compiler front-end for IDEs" homepage "https://rust-analyzer.github.io/" url "https://github.com/rust-lang/rust-analyzer.git", - tag: "2024-07-15", - revision: "e9afba57a5a8780285f530172e3ceea1f9c7eff7" + tag: "2024-07-22", + revision: "4afe0d5393cdedde58881295752fe68acb3148ae" license any_of: ["Apache-2.0", "MIT"] bottle do From e049a4daeeea1c3f547b26b8fc01425b1a9e7ad3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:39:23 +0000 Subject: [PATCH 2/2] rust-analyzer: update 2024-07-22 bottle. --- Formula/r/rust-analyzer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index c0b226226679c..d3ecebfcd5e72 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -7,13 +7,13 @@ class RustAnalyzer < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7a912068b32e2c9457cd159c973a367eba5334b6e3a95bab98c5bbf93d18ad6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "77ff3fade4010192e41f6ced0735420f24be95a7644af9486d784d5351ba4a17" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c2ba00f0ee21f6815e9419966b2993eacadcd46eee9f835538f0160d79b7597b" - sha256 cellar: :any_skip_relocation, sonoma: "5521f845a5e941b46e47fa65d2d2f17f1b08669ffde767a1bb4f6324d96dc076" - sha256 cellar: :any_skip_relocation, ventura: "b057b3dfb38e1c0b60788f63286bbf157e7e6dba6798dc1e958d81e6836fac90" - sha256 cellar: :any_skip_relocation, monterey: "8fa61e0ffafb2abfbca5f64df03288f532176672e68c2eeb6acb5948652f2899" - sha256 cellar: :any_skip_relocation, x86_64_linux: "80dfe4a5ead13db5510e779964c5dafd318d9ff601ac9ee03b9d44880ed86221" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bdeac014d126db833ff517d0da7241b527a44f867b69b20738714279ed4e8c7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "051491ad03c011a2277f070c254093e39fe4fba1bb5d2567dab497082f7dcbd9" + sha256 cellar: :any_skip_relocation, arm64_monterey: "62b8d5471bb0c3983a063a71d469b4be510339f5deffea41e322cafe4ffaa2fb" + sha256 cellar: :any_skip_relocation, sonoma: "4bc0b5e4f6ecb7b47f02be02fc20ca9fcf036006e65c2bd93c9ab78b4f71a3c8" + sha256 cellar: :any_skip_relocation, ventura: "2e070a225e9e128c25ddd76aa99b6c169e4e6dcc8fedbe4cf493fd8f86afc152" + sha256 cellar: :any_skip_relocation, monterey: "c8f57842c073d5d3925cf6c47f710ff7fef89a64cbd6cea1b92a8c398cfcaf96" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6f4cf187a80055a13d514cef50b58bc65dcfcf4d609cf414021985692b000d68" end depends_on "rust" => :build