2022-01-13 00:36:21 +00:00

25 lines
793 B
JSON

{
"version": "0.19.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.19.0/gleam-v0.19.0-windows-64bit.zip",
"hash": "18518ad16dcabb1ae152de5b9e2678a26d4b87d60b566c6f91812f559d8ce51f"
}
},
"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"
}
}
}
}