ruby 2.5.3
Closes #33158. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
85a95d5034
commit
02166684aa
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Ruby < Formula
|
||||
desc "Powerful, clean, object-oriented scripting language"
|
||||
homepage "https://www.ruby-lang.org/"
|
||||
url "https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.2.tar.xz"
|
||||
sha256 "8be6b6afdf09957a6e2c2a6ada4b1982a391a828b34e49072c4beb60febb678d"
|
||||
url "https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.3.tar.xz"
|
||||
sha256 "1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f"
|
||||
|
||||
bottle do
|
||||
sha256 "526209b8748df1669b9c73eab9e205627e9e2b249ac41765b12f76880a7296c6" => :mojave
|
||||
|
|
Loading…
Reference in a new issue