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:
Sung Jeon 2021-12-07 13:17:04 +09:00 committed by GitHub
parent e40b8d426d
commit 42fcf25423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/gleam.json Normal file
View 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"
}
}
}
}