2022-02-24 00:35:11 +00:00

25 lines
793 B
JSON

{
"version": "0.20.0",
"description": "A friendly language for building type-safe, scalable systems",
"homepage": "https://gleam.run/",
"license": "Apache-2.0",
"depends": "erlang",
"architecture": {
"64bit": {
"url": "https://github.com/gleam-lang/gleam/releases/download/v0.20.0/gleam-v0.20.0-windows-64bit.zip",
"hash": "c9038808940547c9a736b80fb0d69438d702cf503f31ce305e8705d49c89488e"
}
},
"bin": "gleam.exe",
"checkver": {
"github": "https://github.com/gleam-lang/gleam/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gleam-lang/gleam/releases/download/v$version/gleam-v$version-windows-64bit.zip"
}
}
}
}