vendor-install: Fix portable-ruby bottle filename

This commit is contained in:
Shaun Jackman 2018-05-05 22:26:29 -07:00
parent e7db10c928
commit 23ac5949d0

View File

@ -22,7 +22,7 @@ then
case "$HOMEBREW_PROCESSOR" in
x86_64)
ruby_URL="https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.3.3_2.x86_64_linux.bottle.tar.gz"
ruby_URL2="https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.3.3_2/portable-ruby-2.3.3.x86_64_linux.bottle.tar.gz"
ruby_URL2="https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.3.3_2/portable-ruby-2.3.3_2.x86_64_linux.bottle.tar.gz"
ruby_SHA="b5c320c1bc2c4d42d4674643855c582ba2772fc951689d298ee079b74bac29a7"
;;
esac