From cccc6aef18387bf3b1b5e4d6b1e0d61463fcf9b8 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Thu, 4 Oct 2018 13:55:35 -0700 Subject: [PATCH] Update portable-ruby to verison 2.3.7 for ARM [Linux] --- Library/Homebrew/cmd/vendor-install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Library/Homebrew/cmd/vendor-install.sh b/Library/Homebrew/cmd/vendor-install.sh index c6a599080a..0e3c2f6d3d 100644 --- a/Library/Homebrew/cmd/vendor-install.sh +++ b/Library/Homebrew/cmd/vendor-install.sh @@ -25,6 +25,11 @@ then ruby_URL2="https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.3.7/portable-ruby-2.3.7.x86_64_linux.bottle.tar.gz" ruby_SHA="9df214085a0e566a580eea3dd9eab14a2a94930ff74fbf97fb1284e905c8921d" ;; + armv[67]*) + ruby_URL="$HOMEBREW_BOTTLE_DOMAIN/bottles-portable-ruby/portable-ruby-2.3.7.armv6_linux.bottle.tar.gz" + ruby_URL2="https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.3.7/portable-ruby-2.3.7.armv6_linux.bottle.tar.gz" + ruby_SHA="17dce8965d7c935ec1dd0c5bb0be937b685ffe65529141d9e6ed78f4925b4570" + ;; esac fi