diff options
| author | Mike McQuaid | 2017-10-18 11:04:56 +0100 |
|---|---|---|
| committer | GitHub | 2017-10-18 11:04:56 +0100 |
| commit | 270b752f5d9d218bfbed6fe85b6974fa653fb25f (patch) | |
| tree | 658432cc993c9e6ff7c623c11671bed2c545a618 /Library/Homebrew/cmd | |
| parent | 3a606abaa13a3090f3c6336efed435006f091c60 (diff) | |
| parent | 90ca552ba6691e358cd83ee82c5dbe55f59fdb79 (diff) | |
| download | brew-270b752f5d9d218bfbed6fe85b6974fa653fb25f.tar.bz2 | |
Merge pull request #3326 from sjackman/portable-ruby1.3.6
portable-ruby: use rebuild with coverage support for Linux.
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/vendor-install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/vendor-install.sh b/Library/Homebrew/cmd/vendor-install.sh index df8c2373c..15caca8ef 100644 --- a/Library/Homebrew/cmd/vendor-install.sh +++ b/Library/Homebrew/cmd/vendor-install.sh @@ -21,8 +21,8 @@ then fi elif [[ -n "$HOMEBREW_LINUX" ]] then - ruby_URL="https://homebrew.bintray.com/bottles-portable/portable-ruby-2.3.3.x86_64_linux.bottle.tar.gz" - ruby_SHA="543c18bd33a300e6c16671437b1e0f17b03bb64e6a485fc15ff7de1eb1a0bc2a" + ruby_URL="https://homebrew.bintray.com/bottles-portable/portable-ruby-2.3.3.x86_64_linux.bottle.1.tar.gz" + ruby_SHA="33643b1ca6f860d6df01686636326785763e5e81cf0cef37d8a7ab96a6ca1fa1" fi fetch() { |
