Skip to content

Commit

Permalink
Merge pull request #623 from devnote-dev/update-crystal
Browse files Browse the repository at this point in the history
Replace old Crystal version
  • Loading branch information
HexF authored Nov 1, 2023
2 parents f785f65 + f70ecdd commit 48102b6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/crystal/0.36.1/build.sh → packages/crystal/1.9.2/build.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"language": "crystal",
"version": "0.36.1",
"version": "1.9.2",
"aliases": ["crystal", "cr"]
}
File renamed without changes.
File renamed without changes.

0 comments on commit 48102b6

Please sign in to comment.