Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 0e88b3c

Browse files
authored
Merge pull request #106 from mistydemeo/portable_ruby_bump_revision
portable-ruby: bump revision for Linux rebuild
2 parents f62039e + b1c3330 commit 0e88b3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Formula/portable-ruby.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ class PortableRuby < PortableFormula
77
url "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2"
88
mirror "http://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2"
99
sha256 "dd638bf42059182c1d04af0d5577131d4ce70b79105231c4cc0a60de77b14f2e"
10-
revision 1
10+
revision 2
1111

1212
bottle do
1313
cellar :any_skip_relocation
14-
sha256 "be48eade040e13e0e572300ba59cf43d5750f53a4f35d2051966a0194e3c0ab2" => :yosemite
15-
sha256 "f5731ca80497c31ab1171ece4102e2104d9b6cd31aa7b35926e80829d4b0ce29" => :x86_64_linux
14+
sha256 "b065e5e3783954f3e65d8d3a6377ca51649bfcfa21b356b0dd70490f74c6bd86" => :yosemite
15+
sha256 "97e639a64dcec285392b53ad804b5334c324f1d2a8bdc2b5087b8bf8051e332f" => :x86_64_linux
1616
end
1717

1818
depends_on "pkg-config" => :build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Just `brew install homebrew/portable-ruby/<formula>`.
1010

1111
### macOS
1212

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

1515
### Linux
1616

0 commit comments

Comments
 (0)