mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
25 lines
811 B
JSON
25 lines
811 B
JSON
{
|
|
"version": "0.25.3",
|
|
"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.3/gleam-v0.25.3-x86_64-pc-windows-msvc.zip",
|
|
"hash": "ee055141e01f4f8166e1957c4c2b48837542a687ec42d2608e75fd6837e2c3c6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|