Skip to content

Commit cf31e7e

Browse files
authored
Merge pull request #233311 from Homebrew/rust-analyzer-checksum
rust-analyzer: update tag revision
2 parents 2a70456 + c6af6ab commit cf31e7e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Formula/r/rust-analyzer.rb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ class RustAnalyzer < Formula
33
homepage "https://rust-analyzer.github.io/"
44
url "https://github.com/rust-lang/rust-analyzer.git",
55
tag: "2025-08-11",
6-
revision: "4e147e787987fdb1baf081bd5c60bedfb0aabe16"
6+
revision: "9db05508ed08a4c952017769b45b57c4ad505872"
77
license any_of: ["Apache-2.0", "MIT"]
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a03f10baaf92718b603abcd04f3e467cc1ef0a95b84ae62ab699b4a7ab212ef6"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2ed394657227f5cf67d37a7e0823a2ecafd187304df1566ba3c21f75e23d1c8"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3ff2811825adba4f43ccdec9f2720aa634b867e2809df33e763cd7328723a06b"
13-
sha256 cellar: :any_skip_relocation, sonoma: "471b6d403cea4e13f9f6b50963e20343b05ebd9885d1780f34c2b2a5cb64b41d"
14-
sha256 cellar: :any_skip_relocation, ventura: "a5af8d749276a755f0b41861c302b183cf0f57aaeee7ede00d36c5b1dbaaecd4"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "a6a40f3c255fd0433ff021e0d52404bd7270febde13a3c07cd6db0045c1aa3c8"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8f27bfcc97378a2ad47973637c80264384a36547dcd92513e739c37d505cbf64"
10+
rebuild 1
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "af90f30db89676df1ca4c90ae37e4da7c2a6547490c430b22cfac9b6d59ee813"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "137bfe74eedc428c2ee52441b8db98155d878c9fd7e196f18bfc27240a775432"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "169da30d68c60bf188fac2691bd466077183eb28bad67b696c58a5c61af5c970"
14+
sha256 cellar: :any_skip_relocation, sonoma: "106f32c2346122f756fd1c52e35eb466d206ffebc6edca11378c6e97dab68a1d"
15+
sha256 cellar: :any_skip_relocation, ventura: "ec97c227c9369fbaabfa063941c203f5e488dbe51889a5930f937e187f40e8a9"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "4f6e4868f1ca959be8bd9f6dce33c309d7f6d485d782bb5019fdf5c5d6caad15"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ec1e003366d38b15b175cf65b318a36e4da726659e688fa26e2ab8b42599fe6"
1718
end
1819

1920
depends_on "rust" => :build

0 commit comments

Comments
 (0)