Skip to content

Commit a06d2e6

Browse files
committed
Update llvm_bin to use 10.0.0-3 (universal darwin)
1 parent ed5f1f9 commit a06d2e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

omnibus/config/software/llvm_bin.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name "llvm_bin"
22
LLVM_VERSION = (ENV['LLVM_VERSION'] || "10.0.0").strip
3-
default_version "#{LLVM_VERSION}-2"
3+
default_version "#{LLVM_VERSION}-3"
44
skip_transitive_dependency_licensing true
55

66
if linux?
@@ -22,7 +22,8 @@
2222
source_md5 = "435beaff5e309921f4d87c275cad4e03"
2323
when "10.0.0"
2424
# source_md5 = "edccfa777cba6e160b19bd5b57b12c8f" # 10.0.0-1
25-
source_md5 = "dc44dbc947b67c76e44df1c9e38df901" # 10.0.0-2
25+
# source_md5 = "dc44dbc947b67c76e44df1c9e38df901" # 10.0.0-2
26+
source_md5 = "d32c4d28b8fc50efda3f451e0d8265ea" # 10.0.0-3 (universal darwin)
2627
else
2728
raise "llvm_bin #{LLVM_VERSION} not supported on osx"
2829
end

0 commit comments

Comments
 (0)