gleam: update to 1.11.0.

This commit is contained in:
Leah Neukirchen 2025-06-04 11:42:23 +02:00
parent 287793b6b2
commit 1b84248a66

View file

@ -1,6 +1,6 @@
# Template file for 'gleam'
pkgname=gleam
version=1.10.0
version=1.11.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=4661bebc010209c5c3d180a8f7ad6c16b596655acf74bf459d3baf81af8589d5
checksum=92141dd13b8dbe279abb3b3ef89ee15e7a960a17b2da18e9a7d079f1552e47a7
post_extract() {
vsed -i -e '/Deno\|Bun/d' test-output/src/tests/echo.rs