mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 06:41:22 +00:00
gleam: Add version 0.17.0 (#3051)
* gleam: Add gleam * modify description Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
e40b8d426d
commit
42fcf25423
24
bucket/gleam.json
Normal file
24
bucket/gleam.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"version": "0.17.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.17.0/gleam-v0.17.0-windows-64bit.zip",
|
||||||
|
"hash": "6fad08d98ecaf59fe50d937d4d78b9d2aab05439aae6e7ac6a9062e96b845670"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user