2022-12-16 12:30:22 +00:00

25 lines
811 B
JSON

{
"version": "0.25.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.25.2/gleam-v0.25.2-x86_64-pc-windows-msvc.zip",
"hash": "b8ee093ae2e2eca4b9aa820c0b8af9eae2350701bf1c209b9a308e8592b7fb42"
}
},
"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-x86_64-pc-windows-msvc.zip"
}
}
}
}