mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 03:21:37 +00:00
25 lines
793 B
JSON
25 lines
793 B
JSON
{
|
|
"version": "0.21.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.21.0/gleam-v0.21.0-windows-64bit.zip",
|
|
"hash": "c4085943737d93ef106c4af9f9e102be49455cff216bb5c6f52bea3816f8071f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|