Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Crystal 0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary Borenszweig committed Jun 21, 2016
1 parent 13d97bb commit b3a51f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crystal-lang.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class CrystalLang < Formula
desc "Fast and statically typed, compiled language with Ruby-like syntax"
homepage "http://crystal-lang.org/"
url "https://github.com/crystal-lang/crystal/archive/0.18.0.tar.gz"
sha256 "e0511268558f0400f72b970db049a453212ca94d9ba3250912bfffa3abcb69e4"
url "https://github.com/crystal-lang/crystal/archive/0.18.4.tar.gz"
sha256 "3ed1f8452ed019675a4fbcb7bffeddd0394a943aa42dbab39b4afc52028e3507"
head "https://github.com/crystal-lang/crystal.git"

resource "boot" do
url "https://github.com/crystal-lang/crystal/releases/download/0.17.4/crystal-0.17.4-1-darwin-x86_64.tar.gz"
version "0.17.4"
sha256 "d469967cef1f5136349589a3fccb3ea5fde9765ba60aa5eee8724049315a9606"
url "https://github.com/crystal-lang/crystal/releases/download/0.18.2/crystal-0.18.2-1-darwin-x86_64.tar.gz"
version "0.18.2"
sha256 "e67557842df702161edfe08d5e9c8e9d063e8e3da1d3ff6ced685b2b4e8c03e5"
end

resource "shards" do
Expand Down

0 comments on commit b3a51f2

Please sign in to comment.