Skip to content

Commit

Permalink
Add TruffleRuby 19.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Aug 21, 2019
1 parent f3f4193 commit 509317b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions share/ruby-build/truffleruby-19.2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
install_package "openssl-1.1.1b" "https://www.openssl.org/source/openssl-1.1.1b.tar.gz#5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b" mac_openssl --if has_broken_mac_openssl

if is_mac; then
install_package "truffleruby-19.2.0" "https://github.com/oracle/truffleruby/releases/download/vm-19.2.0/truffleruby-19.2.0-macos-amd64.tar.gz#7f717cb86bd93e0c191f7a7ec39aaa66bad0b9e76348efc4c9104983290c1ffb" truffleruby
else
install_package "truffleruby-19.2.0" "https://github.com/oracle/truffleruby/releases/download/vm-19.2.0/truffleruby-19.2.0-linux-amd64.tar.gz#9dd36f703b862cb5d6ffb93be7b5f9ad92992fa93664fdadfd487af0c9c3f40a" truffleruby
fi

0 comments on commit 509317b

Please sign in to comment.