crystal-lang 0.23.0
Closes #15035. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
7c5ff9401a
commit
ba8e616e42
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
class CrystalLang < Formula
|
||||
desc "Fast and statically typed, compiled language with Ruby-like syntax"
|
||||
homepage "https://crystal-lang.org/"
|
||||
url "https://github.com/crystal-lang/crystal/archive/0.22.0.tar.gz"
|
||||
sha256 "5b9f11d9710ca9bd971a5afb94d369fd8dfaee103d7edf1c9fbebb2f21898547"
|
||||
url "https://github.com/crystal-lang/crystal/archive/0.23.0.tar.gz"
|
||||
sha256 "9b65904bb55100994a3b8022b9c553e5aa78979f459c8b10aa64053a65e5d517"
|
||||
head "https://github.com/crystal-lang/crystal.git"
|
||||
|
||||
bottle do
|
||||
|
@ -24,9 +24,9 @@ class CrystalLang < Formula
|
|||
depends_on "libyaml" if build.with? "shards"
|
||||
|
||||
resource "boot" do
|
||||
url "https://github.com/crystal-lang/crystal/releases/download/0.21.1/crystal-0.21.1-1-darwin-x86_64.tar.gz"
|
||||
version "0.21.1"
|
||||
sha256 "94c53fc5b7c55fbe2f31b23782d6440fc9cccc20c8969fb5970e3b3604691178"
|
||||
url "https://github.com/crystal-lang/crystal/releases/download/0.22.0/crystal-0.22.0-1-darwin-x86_64.tar.gz"
|
||||
version "0.22.0"
|
||||
sha256 "aaaf6dde4050e50bbe9e07c230fcc74c41cb60d308d1c026c5a4cf05c1eaceae"
|
||||
end
|
||||
|
||||
resource "shards" do
|
||||
|
|
Loading…
Reference in a new issue