From 42fcf25423257c37ce8c46b5610562c587d77cc9 Mon Sep 17 00:00:00 2001 From: Sung Jeon Date: Tue, 7 Dec 2021 13:17:04 +0900 Subject: [PATCH] gleam: Add version 0.17.0 (#3051) * gleam: Add gleam * modify description Co-authored-by: Issac Lin --- bucket/gleam.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/gleam.json diff --git a/bucket/gleam.json b/bucket/gleam.json new file mode 100644 index 0000000000..3892ba5fef --- /dev/null +++ b/bucket/gleam.json @@ -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" + } + } + } +}