mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(update): crystal (#1536)
Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -3,7 +3,7 @@ let url = `https://github.com/crystal-lang/crystal/releases/download/${v}/crysta
|
||||
try {
|
||||
find(url, get(`https://github.com/crystal-lang/crystal/releases/tag/${v}`), 0);
|
||||
rpm.version(v);
|
||||
} except {
|
||||
} catch {
|
||||
print(`crystal: ${v} (waiting for bundle)`);
|
||||
terminate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user