2021-12-13 00:31:56 +00:00

25 lines
793 B
JSON

{
"version": "0.18.2",
"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.18.2/gleam-v0.18.2-windows-64bit.zip",
"hash": "36cf69b116d9bf7086dd745c301b336ab7a6506bbe4fc20620314dd53060bd94"
}
},
"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"
}
}
}
}