We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb8c4e commit cb794d3Copy full SHA for cb794d3
Formula/c/crystal.rb
@@ -5,8 +5,8 @@ class Crystal < Formula
5
6
stable do
7
# TODO: Replace arm64 linux bootstrap with official when available
8
- url "https://github.com/crystal-lang/crystal/archive/refs/tags/1.16.3.tar.gz"
9
- sha256 "eb222af4d2aa269ed0f6c731661431a4fd97713de13f2f0a7c71e26140ca9d23"
+ url "https://github.com/crystal-lang/crystal/archive/refs/tags/1.17.0.tar.gz"
+ sha256 "948b42ce690961e57cdf979e2ff2315ae23b3780344242499a893675625504c2"
10
11
resource "shards" do
12
url "https://github.com/crystal-lang/shards/archive/refs/tags/v0.19.1.tar.gz"
0 commit comments