This repository was archived by the owner on Sep 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33class PortableRuby < PortableFormula
44 desc "Powerful, clean, object-oriented scripting language"
55 homepage "https://www.ruby-lang.org/"
6- url "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.6 .tar.gz"
7- sha256 "8dc48fffaf270f86f1019053f28e51e4da4cce32a36760a0603a9aee67d7fd8d "
6+ url "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.7 .tar.gz"
7+ sha256 "9c37c3b12288c7aec20ca121ce76845be5bb5d77662a24919651aaf1d12c8628 "
88 license "Ruby"
99
1010 # This regex restricts matching to versions other than X.Y.0.
@@ -13,7 +13,7 @@ class PortableRuby < PortableFormula
1313 regex ( /href=.*?ruby[._-]v?(\d +\. \d +\. (?:(?!0)\d +)(?:\. \d +)*)\. t/i )
1414 end
1515
16- depends_on "pkg-config " => :build
16+ depends_on "pkgconf " => :build
1717 depends_on "portable-libyaml" => :build
1818 depends_on "portable-openssl" => :build
1919
@@ -24,8 +24,8 @@ class PortableRuby < PortableFormula
2424 end
2525
2626 resource "msgpack" do
27- url "https://rubygems.org/downloads/msgpack-1.7.3 .gem"
28- sha256 "edb751dc3378020296365fef3197e5eeab8a7d9a571a25d046464d71b97d3012 "
27+ url "https://rubygems.org/downloads/msgpack-1.7.5 .gem"
28+ sha256 "ffb04979f51e6406823c03abe50e1da2c825c55a37dee138518cdd09d9d3aea8 "
2929
3030 livecheck do
3131 url "https://rubygems.org/api/v1/versions/msgpack.json"
You can’t perform that action at this time.
0 commit comments