From 42db5f1500bffb4b3884fbf6f7fa9b21fbe11e25 Mon Sep 17 00:00:00 2001 From: Evangelos Paterakis Date: Sat, 8 Oct 2022 19:29:57 +0300 Subject: [PATCH] chore: bump Crystal to 1.6.0 --- data/dev.geopjr.Collision.json | 4 ++-- shard.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/dev.geopjr.Collision.json b/data/dev.geopjr.Collision.json index 911467f..05ec4a6 100644 --- a/data/dev.geopjr.Collision.json +++ b/data/dev.geopjr.Collision.json @@ -81,8 +81,8 @@ { "type": "archive", "dest": "crystal/", - "url": "https://github.com/crystal-lang/crystal/releases/download/1.5.1/crystal-1.5.1-1-linux-x86_64.tar.gz", - "sha256": "a475c3d99dbe0f2d5a72d471fa25e03c124b599e47336eed746973b4b4d787bc" + "url": "https://github.com/crystal-lang/crystal/releases/download/1.6.0/crystal-1.6.0-1-linux-x86_64.tar.gz", + "sha256": "9bc901745edbfc0c74b6c3ea29dbe60216e156b2ed8c4da18a5823c90d0dc9f0" }, { "type": "git", diff --git a/shard.yml b/shard.yml index c6aa4c2..4ed7c94 100644 --- a/shard.yml +++ b/shard.yml @@ -19,6 +19,6 @@ dependencies: github: GeopJr/gettext.cr version: ~> 1.0.0 -crystal: 1.5.1 +crystal: 1.6.0 license: BSD-2-Clause