Skip to content

Commit fa50fd3

Browse files
BrewTestBotdaeho-ro
authored andcommitted
root 6.34.08
1 parent d35190b commit fa50fd3

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

Formula/r/root.rb

Lines changed: 2 additions & 21 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)

0 commit comments

Comments
 (0)