crystal-lang 0.19.1
Closes #4662. Signed-off-by: Zhiming Wang <zmwangx@gmail.com>
This commit is contained in:
parent
dedbbadefc
commit
e04a91b2a8
1 changed files with 5 additions and 5 deletions
|
@ -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.19.0.tar.gz"
|
||||
sha256 "4d7d9770891bd8bd835251e2654316412a3f44074db0adeca28357c0993eb2d8"
|
||||
url "https://github.com/crystal-lang/crystal/archive/0.19.1.tar.gz"
|
||||
sha256 "7528fc1ec63a3e9db9aabbccccfc8985511d6a54e44c5a1b26ccd0ee37275937"
|
||||
head "https://github.com/crystal-lang/crystal.git"
|
||||
|
||||
bottle do
|
||||
|
@ -22,9 +22,9 @@ class CrystalLang < Formula
|
|||
depends_on "libyaml" if build.with? "shards"
|
||||
|
||||
resource "boot" do
|
||||
url "https://github.com/crystal-lang/crystal/releases/download/0.18.7/crystal-0.18.7-1-darwin-x86_64.tar.gz"
|
||||
version "0.18.7"
|
||||
sha256 "4b2806ff4f3073f2c13d9a3ca3700e2cbc0e4e4060a9af02f49e9c9131bc464e"
|
||||
url "https://github.com/crystal-lang/crystal/releases/download/0.19.0/crystal-0.19.0-1-darwin-x86_64.tar.gz"
|
||||
version "0.19.0"
|
||||
sha256 "7c54d97d646fe8fcb0e54289aa0b55e45222fa10f384c5675e61ff6018292677"
|
||||
end
|
||||
|
||||
resource "shards" do
|
||||
|
|
Loading…
Reference in a new issue