crystal-lang 0.22.0
Closes #12704. Signed-off-by: Alexander Hamann <neutric@users.noreply.github.com>
This commit is contained in:
parent
95f9a9b807
commit
4579adbef2
1 changed files with 5 additions and 6 deletions
|
@ -1,9 +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.21.1.tar.gz"
|
||||
sha256 "eb93de3b388641fd2a09a2d10ab9fe40a58148d888fc48e4583a86ee1ddb1085"
|
||||
revision 1
|
||||
url "https://github.com/crystal-lang/crystal/archive/0.22.0.tar.gz"
|
||||
sha256 "5b9f11d9710ca9bd971a5afb94d369fd8dfaee103d7edf1c9fbebb2f21898547"
|
||||
head "https://github.com/crystal-lang/crystal.git"
|
||||
|
||||
bottle do
|
||||
|
@ -25,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.0/crystal-0.21.0-1-darwin-x86_64.tar.gz"
|
||||
version "0.21.0"
|
||||
sha256 "e92abb33a9a592febb4e629ad68375b2577acd791a71220b8dc407904be469ee"
|
||||
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"
|
||||
end
|
||||
|
||||
resource "shards" do
|
||||
|
|
Loading…
Reference in a new issue