feat(packages): replace old crystal version
This commit is contained in:
parent
b9adb6f854
commit
f70ecdd8b4
2
packages/crystal/0.36.1/build.sh → packages/crystal/1.9.2/build.sh
vendored
Executable file → Normal file
2
packages/crystal/0.36.1/build.sh → packages/crystal/1.9.2/build.sh
vendored
Executable file → Normal 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
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"language": "crystal",
|
||||
"version": "0.36.1",
|
||||
"version": "1.9.2",
|
||||
"aliases": ["crystal", "cr"]
|
||||
}
|
Loading…
Reference in New Issue