From 1c39d520c6d5945fbf68283fc487fb7d235c9e11 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 8 Jun 2025 16:00:55 +0200 Subject: [PATCH] gleam: update to 1.11.1. --- srcpkgs/gleam/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gleam/template b/srcpkgs/gleam/template index a4be3b52890..48ed1c345e9 100644 --- a/srcpkgs/gleam/template +++ b/srcpkgs/gleam/template @@ -1,6 +1,6 @@ # Template file for 'gleam' pkgname=gleam -version=1.11.0 +version=1.11.1 revision=1 build_style=cargo make_install_args="--path=gleam-bin" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://gleam.run/" changelog="https://raw.githubusercontent.com/gleam-lang/gleam/main/CHANGELOG.md" distfiles="https://github.com/gleam-lang/gleam/archive/refs/tags/v${version}.tar.gz" -checksum=92141dd13b8dbe279abb3b3ef89ee15e7a960a17b2da18e9a7d079f1552e47a7 +checksum=34dfdc397835849bc56ac01bf45e68ee9cfc3c99609fb7b3ab02910930a8c40d post_extract() { vsed -i -e '/Deno\|Bun/d' test-output/src/tests/echo.rs