From 25ca129d97349f8aa3e2522a5ddf871d44d72753 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Apr 2025 15:22:49 +0200 Subject: [PATCH] gleam: update to 1.10.0. --- srcpkgs/gleam/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gleam/template b/srcpkgs/gleam/template index e26c612b18b..41651657d87 100644 --- a/srcpkgs/gleam/template +++ b/srcpkgs/gleam/template @@ -1,6 +1,6 @@ # Template file for 'gleam' pkgname=gleam -version=1.9.1 +version=1.10.0 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=eacf88d2ce6f7ca06e9a0d6b8117c517a8a21593349233edb2506263d08a830f +checksum=4661bebc010209c5c3d180a8f7ad6c16b596655acf74bf459d3baf81af8589d5 post_extract() { vsed -i -e '/Deno\|Bun/d' test-output/src/tests/echo.rs