gleam: update to 1.12.0.

This commit is contained in:
Leah Neukirchen 2025-08-07 13:55:36 +02:00
parent 5da0fee3a5
commit 0d98364f26

View file

@ -1,6 +1,6 @@
# Template file for 'gleam' # Template file for 'gleam'
pkgname=gleam pkgname=gleam
version=1.11.1 version=1.12.0
revision=1 revision=1
build_style=cargo build_style=cargo
make_install_args="--path=gleam-bin" make_install_args="--path=gleam-bin"
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://gleam.run/" homepage="https://gleam.run/"
changelog="https://raw.githubusercontent.com/gleam-lang/gleam/main/CHANGELOG.md" 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" distfiles="https://github.com/gleam-lang/gleam/archive/refs/tags/v${version}.tar.gz"
checksum=34dfdc397835849bc56ac01bf45e68ee9cfc3c99609fb7b3ab02910930a8c40d checksum=5ea236d1eacbdf06922f99fc2c06acb0fb50c7dae713ac3106b9fabd51744a7c
post_extract() { post_extract() {
vsed -i -e '/Deno\|Bun/d' test-output/src/tests/echo.rs vsed -i -e '/Deno\|Bun/d' test-output/src/tests/echo.rs