From d59910481df28146e280e763ab787d38cc499f67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:30:20 +0000 Subject: [PATCH] gleam: Update to version 1.11.0 --- bucket/gleam.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gleam.json b/bucket/gleam.json index 17cc6b2ed6..5a47f66397 100644 --- a/bucket/gleam.json +++ b/bucket/gleam.json @@ -1,13 +1,13 @@ { - "version": "1.10.0", + "version": "1.11.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/v1.10.0/gleam-v1.10.0-x86_64-pc-windows-msvc.zip", - "hash": "244dc8b008f1d11f436df7691c46260eb2e6006c8def748968a161948aeead0e" + "url": "https://github.com/gleam-lang/gleam/releases/download/v1.11.0/gleam-v1.11.0-x86_64-pc-windows-msvc.zip", + "hash": "4530dad4e10f5cc888b92b9f11729a69f436b95e3789bf907f6437810ba73171" } }, "bin": "gleam.exe",