Merge pull request #623 from devnote-dev/update-crystal

Replace old Crystal version
This commit is contained in:
Thomas Hobson 2023-11-01 14:04:34 +13:00 committed by GitHub
commit 48102b612f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
PREFIX=$(realpath $(dirname $0))
curl -L "https://github.com/crystal-lang/crystal/releases/download/0.36.1/crystal-0.36.1-1-linux-x86_64.tar.gz" -o crystal.tar.gz
curl -L "https://github.com/crystal-lang/crystal/releases/download/1.9.2/crystal-1.9.2-1-linux-x86_64.tar.gz" -o crystal.tar.gz
tar xzf crystal.tar.gz --strip-components=1
rm crystal.tar.gz

View File

@ -1,5 +1,5 @@
{
"language": "crystal",
"version": "0.36.1",
"version": "1.9.2",
"aliases": ["crystal", "cr"]
}