2022-06-28 00:33:37 +00:00

25 lines
793 B
JSON

{
"version": "0.22.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.22.1/gleam-v0.22.1-windows-64bit.zip",
"hash": "ee62bad3c6ddc5fb9dbf7de93cdafcbede0f882d8a9e1fd51d8bce3b3ad15371"
}
},
"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"
}
}
}
}