crystal-lang 0.20.5

Closes #9111.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
master
Ary Borenszweig 2017-01-20 16:34:37 -03:00 committed by Tomasz Pajor
parent dc0fb69ede
commit fe7fa75939
1 changed files with 5 additions and 5 deletions

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.4.tar.gz"
sha256 "fd099f278b71bbb5cad1927c93933d1feba554fbf8f6f4ab9165f535765f5e31"
url "https://github.com/crystal-lang/crystal/archive/0.20.5.tar.gz"
sha256 "ee1e5948c6e662ccb1e62671cf2c91458775b559b23d74ab226dc2a2d23f7707"
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.3/crystal-0.20.3-1-darwin-x86_64.tar.gz"
version "0.20.3"
sha256 "0088972c5cad9543f262976ae6c8ee1dbcbefdee3a8bedae851998bfa7098637"
url "https://github.com/crystal-lang/crystal/releases/download/0.20.4/crystal-0.20.4-1-darwin-x86_64.tar.gz"
version "0.20.4"
sha256 "3fd291a4a5c9eccdea933a9df25446c90d80660a17e89f83503fcb5b6deba03e"
end
resource "shards" do