Skip to content

Commit

Permalink
Merge pull request #106 from mistydemeo/portable_ruby_bump_revision
Browse files Browse the repository at this point in the history
portable-ruby: bump revision for Linux rebuild
  • Loading branch information
mistydemeo committed Jun 16, 2020
2 parents f62039e + b1c3330 commit 0e88b3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Formula/portable-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class PortableRuby < PortableFormula
url "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2"
mirror "http://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2"
sha256 "dd638bf42059182c1d04af0d5577131d4ce70b79105231c4cc0a60de77b14f2e"
revision 1
revision 2

bottle do
cellar :any_skip_relocation
sha256 "be48eade040e13e0e572300ba59cf43d5750f53a4f35d2051966a0194e3c0ab2" => :yosemite
sha256 "f5731ca80497c31ab1171ece4102e2104d9b6cd31aa7b35926e80829d4b0ce29" => :x86_64_linux
sha256 "b065e5e3783954f3e65d8d3a6377ca51649bfcfa21b356b0dd70490f74c6bd86" => :yosemite
sha256 "97e639a64dcec285392b53ad804b5334c324f1d2a8bdc2b5087b8bf8051e332f" => :x86_64_linux
end

depends_on "pkg-config" => :build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Just `brew install homebrew/portable-ruby/<formula>`.

### macOS

Run `brew portable-package ruby` inside an OS X 10.9 VM (so it is compatible with all working Homebrew macOS versions).
Run `brew portable-package ruby` inside an OS X 10.10 VM (so it is compatible with all working Homebrew macOS versions).

### Linux

Expand Down

0 comments on commit 0e88b3c

Please sign in to comment.