2021-12-07 04:30:33 +00:00

25 lines
793 B
JSON

{
"version": "0.18.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.18.0/gleam-v0.18.0-windows-64bit.zip",
"hash": "3cce20a8f4b1adfd77f166546331389533b85eaa9c77fdfd643c03e4e0a38a47"
}
},
"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"
}
}
}
}