crystal-lang 0.20.3

Closes #8176.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
Ary Borenszweig 2016-12-23 19:08:44 -03:00 committed by ilovezfs
parent 04b5628fc2
commit 50ee6b8e32

View file

@ -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.20.1.tar.gz"
sha256 "3792856bfe768421f4f0488dd8717deb0db4c94fee7587d39174f4911ab2c01d"
url "https://github.com/crystal-lang/crystal/archive/0.20.3.tar.gz"
sha256 "5372ba2a35d885345207047a51b9389f9190fd12389847e7f7298618bcf59ad6"
head "https://github.com/crystal-lang/crystal.git"
bottle do
@ -23,9 +23,9 @@ class CrystalLang < Formula
depends_on "libyaml" if build.with? "shards"
resource "boot" do
url "https://github.com/crystal-lang/crystal/releases/download/0.20.0/crystal-0.20.0-1-darwin-x86_64.tar.gz"
version "0.20.0"
sha256 "4865c464d37aa4328f1f401e3a66136d8149bad51ef5ecd6fef0d032067e7fee"
url "https://github.com/crystal-lang/crystal/releases/download/0.20.1/crystal-0.20.1-1-darwin-x86_64.tar.gz"
version "0.20.1"
sha256 "e934d5e737949a6bce977f810d0ffdd3ddcb4b226125400c8f64f46944af56c5"
end
resource "shards" do
@ -42,7 +42,7 @@ class CrystalLang < Formula
ENV["CRYSTAL_CONFIG_VERSION"] = version
end
ENV["CRYSTAL_CONFIG_PATH"] = prefix/"src:lib:libs"
ENV["CRYSTAL_CONFIG_PATH"] = prefix/"src:lib"
ENV.append_path "PATH", "boot/bin"
if build.with? "release"