crystal-lang 0.19.3

Closes #5400.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Ary Borenszweig 2016-09-29 22:22:09 -03:00 committed by Dominyk Tiller
parent fad5af717a
commit 16a880c782

View file

@ -1,8 +1,8 @@
class CrystalLang < Formula class CrystalLang < Formula
desc "Fast and statically typed, compiled language with Ruby-like syntax" desc "Fast and statically typed, compiled language with Ruby-like syntax"
homepage "https://crystal-lang.org/" homepage "https://crystal-lang.org/"
url "https://github.com/crystal-lang/crystal/archive/0.19.2.tar.gz" url "https://github.com/crystal-lang/crystal/archive/0.19.3.tar.gz"
sha256 "18b8b847162529b1ea6e886ad2fbe344a1bcb22fd8b29cebedc5a827939d3819" sha256 "72954087131bd648735bc397cfd585204087a4b8ab7f927f0a054741381ea01f"
head "https://github.com/crystal-lang/crystal.git" head "https://github.com/crystal-lang/crystal.git"
bottle do bottle do
@ -23,9 +23,9 @@ class CrystalLang < Formula
depends_on "libyaml" if build.with? "shards" depends_on "libyaml" if build.with? "shards"
resource "boot" do resource "boot" do
url "https://github.com/crystal-lang/crystal/releases/download/0.19.1/crystal-0.19.1-1-darwin-x86_64.tar.gz" url "https://github.com/crystal-lang/crystal/releases/download/0.19.2/crystal-0.19.2-1-darwin-x86_64.tar.gz"
version "0.19.1" version "0.19.2"
sha256 "5ddd3fcfb576f960708b397c85e3e9c81a79f39cd77c73a4203d22f6303c53f9" sha256 "d5254e3e2d1e5fc851831a57573429876e5c9f86b2db066a2c74c392ae9080a2"
end end
resource "shards" do resource "shards" do