Skip to content

Commit bf14f12

Browse files
authored
Merge pull request #218769 from Homebrew/bump-root-6.34.08
root 6.34.08
2 parents 485035a + 920df53 commit bf14f12

File tree

1 file changed

+8
-28
lines changed

1 file changed

+8
-28
lines changed

Formula/r/root.rb

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,11 @@
11
class Root < Formula
22
desc "Analyzing petabytes of data, scientifically"
33
homepage "https://root.cern"
4+
url "https://root.cern/download/root_v6.34.08.source.tar.gz"
5+
sha256 "806045b156de03fe8f5661a670eab877f2e4d2da6c234dc3e31e98e2d7d96fe8"
46
license "LGPL-2.1-or-later"
57
head "https://github.com/root-project/root.git", branch: "master"
68

7-
stable do
8-
url "https://root.cern/download/root_v6.34.06.source.tar.gz"
9-
sha256 "a799d632dae5bb1ec87eae6ebc046a12268c6849f2a8837921c118fc51b6cff3"
10-
11-
# Backport unbundling of libraries on macOS
12-
patch do
13-
url "https://github.com/root-project/root/commit/73054b434996a530bfd0669d4ef5c1767a93ef70.patch?full_index=1"
14-
sha256 "430c1e8aeafe5db1bd4298db27e1aecf903ad7f630465551e66ba70868747293"
15-
end
16-
17-
# Apply fix for building with macOS 15.4, https://github.com/root-project/root/pull/18243
18-
patch do
19-
url "https://github.com/root-project/root/commit/0c3644b47f9dd59d33dffa6467275accd9824468.patch?full_index=1"
20-
sha256 "5b2e8cc151e945cb46e60a1654f4ea3bc51477ae6b1485e8eda22674dd287875"
21-
end
22-
patch do
23-
url "https://github.com/root-project/root/commit/7952c382eee83f222d724d43946ac6b9a7ffe486.patch?full_index=1"
24-
sha256 "7214cf81275838cc95086c2d6828f661a85c467f2bf424dfc025585b7979a946"
25-
end
26-
end
27-
289
livecheck do
2910
url "https://root.cern/install/all_releases/"
3011
regex(%r{Release\s+v?(\d+(?:[./]\d*[02468])+)[ >]}i)
@@ -34,13 +15,12 @@ class Root < Formula
3415
end
3516

3617
bottle do
37-
rebuild 1
38-
sha256 arm64_sequoia: "35e3f2a154030e3b5b6d3b58292ead50b140ca502dc2e9fe002e3cd73aadfc34"
39-
sha256 arm64_sonoma: "c21ad5487dc64c403d03525aca64868a4794e32aa3fbbd2c10a61adf42138005"
40-
sha256 arm64_ventura: "187de4ce65fbd6abf027647935fabfe7aee007a71f1e97655b8df76619a3ef3a"
41-
sha256 sonoma: "973502e0ff6483aa5ded98a134bf8e68b006eeaf68d0890d1cdf34a761d70a85"
42-
sha256 ventura: "858e267200bdacbea023a60628ecb69341931aa8a2640861f6d25169d0e84876"
43-
sha256 x86_64_linux: "cb65cef8eab49c4c5186b4f5ad6460a370246440aa6f7ada291de40839e913ca"
18+
sha256 arm64_sequoia: "872d561d4c92a0a37aa43e44222fa5779c15198a9b5e0c0af0808e92de321b12"
19+
sha256 arm64_sonoma: "c84c4008267e189f62bfaa30df8348d70c4e3e070f6269545c5cf18c11a3af3e"
20+
sha256 arm64_ventura: "7812501d43bb5dfbfea9a987a544bc0cf05a8a21a4acc1dc1ffcab11b017be22"
21+
sha256 sonoma: "cf568d4813be0f7c5fc98ecefa32c957e48574a9cbe834e2508c1a974db8f9fe"
22+
sha256 ventura: "41a1a6480a5b90487f603ae365bcaac57cf7278950461f004e33a41c9a5cf0b9"
23+
sha256 x86_64_linux: "c19013bd674cc29a79ea1d0cd28a8a68a037888a0719089616c172506b46d682"
4424
end
4525

4626
depends_on "cmake" => :build

0 commit comments

Comments
 (0)