ruby@2.4: add 2.4.5 bottle.
This commit is contained in:
parent
0c36d754f4
commit
26abed6a37
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class RubyAT24 < Formula
|
|||
url "https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.5.tar.xz"
|
||||
sha256 "2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb"
|
||||
|
||||
bottle do
|
||||
sha256 "58264f323a4110f6ec4ffa0b49f499e3900e05888b5613f216ec196c995cd2b7" => :mojave
|
||||
sha256 "adad9be6d47e0ccf36c7a6459ea5a65d0db7d3bacfbab7653226b606e681a344" => :high_sierra
|
||||
sha256 "a505403cb86002722914ef0b3ce14a9bf00cdb9b9be0769caab6965688f9406e" => :sierra
|
||||
end
|
||||
|
||||
keg_only :versioned_formula
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
|
|
Loading…
Reference in a new issue