2022-02-25 00:39:45 +00:00

25 lines
793 B
JSON

{
"version": "0.20.1",
"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.1/gleam-v0.20.1-windows-64bit.zip",
"hash": "9a2a81c1ca61b16e59b1d8dc0c38c66609be8bd4a53274a399fc67a824750e1c"
}
},
"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"
}
}
}
}