From 4b00025b4b084ae9eb00eec9690ed498abb47c3e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:15:52 +0000 Subject: [PATCH 1/2] rust-analyzer 2025-01-08 --- 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 b63e904d9355f..93fb655ad2663 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: "2025-01-07", - revision: "cd12ef8547d3a760461b5361cb81ca4084197232" + tag: "2025-01-08", + revision: "238ccb628bd4a9833fc4645b000ac585bcccf582" license any_of: ["Apache-2.0", "MIT"] bottle do From 3d86300258e3960dc8488461828be84d791ca560 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:37:29 +0000 Subject: [PATCH 2/2] rust-analyzer: update 2025-01-08 bottle. --- Formula/r/rust-analyzer.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index 93fb655ad2663..eaa5c32d1d84a 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -7,12 +7,12 @@ class RustAnalyzer < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b181f6bc83eb621d0819d3f3f88b5b971bd3e939fb251549529231ce1a6e0b10" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa6abf4f146ed371b8d099fcd061350d233294461fc120705e15add848221d70" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d02ac48a1bbf42a7e96c401dba461df5aa888fbcc30070a204926846350fd8f7" - sha256 cellar: :any_skip_relocation, sonoma: "70e5859ff3a6322b7cf28f2bd546b59b650e631d2f7736c260eff7edf70e74b6" - sha256 cellar: :any_skip_relocation, ventura: "c9a21fafe7dd2b6bfc50877f902d0a2f3e4f5cb7b384b16e2b6b91aba6ead453" - sha256 cellar: :any_skip_relocation, x86_64_linux: "34428c0f1f09a729c9ce2207b1601b5c9bcf8c3e9d86ac28a58609eabb59d1bb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c46cf0aa7aaa69f116205e2db5e34364da8565b48598d27b36be6db7b5e360c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3549fb25e31fcf8b5a143d84403c0cec1c1c7ab840ce89190c2ca60d1496cacc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bb4e32fd93fabed3969b8207f24c78f1b4e3d0b3b7eeca48b12f9e8e1197d256" + sha256 cellar: :any_skip_relocation, sonoma: "a7ebd6ef91307ccb74e4bcaaac36cbd5eb188b2bd03fa35577fc0ef9c15dfd6b" + sha256 cellar: :any_skip_relocation, ventura: "af281bb4dc4d3604c2f33af28a9c6974981cf46eccab0990e0eabad4205eae8a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b8b1253764d6be991fa25ebd397256290f94e9e74c68376c2daad97c205c2eec" end depends_on "rust" => :build