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

Commit a43b048

Browse files
committed
portable-ruby 2.6.10
1 parent af6e6b7 commit a43b048

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/portable-ruby.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
class PortableRuby < PortableFormula
44
desc "Powerful, clean, object-oriented scripting language"
55
homepage "https://www.ruby-lang.org/"
6-
# This is the version shipped in macOS 12.
7-
url "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.8.tar.xz"
8-
sha256 "8262e4663169c85787fdc9bfbd04d9eb86eb2a4b56d7f98373a8fcaa18e593eb"
6+
# This is the version shipped in macOS 11.7.1/12.6.1/13.
7+
url "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.10.tar.xz"
8+
sha256 "5fd8ded51321b88fdc9c1b4b0eb1b951d2eddbc293865da0151612c2e814c1f2"
99
license "Ruby"
10-
revision 1
1110

1211
depends_on "pkg-config" => :build
1312
depends_on "portable-libyaml" => :build

0 commit comments

Comments
 (0)