Skip to content

Commit 0e0ef10

Browse files
committed
Added missing sha256 hash
1 parent 226d154 commit 0e0ef10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/update-rbx-defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ URI.open(file).each do |package|
2424
definition = <<-TEMPLATE
2525
require_llvm 3.7
2626
install_package "openssl-1.0.2o" "https://www.openssl.org/source/openssl-1.0.2o.tar.gz#ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d" mac_openssl --if has_broken_mac_openssl
27-
install_package "rubinius-#{version}" "#{package_url}" rbx
27+
install_package "rubinius-#{version}" "#{package_url}##{sha256}" rbx
2828
TEMPLATE
2929

3030
File.open(dir.join(defname), "w"){|f| f.write definition}

0 commit comments

Comments
 (0)