From ca427ec4af8fb0a08388ff9cefe044cc4dc02968 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 9 Aug 2026 17:32:37 +0200 Subject: [PATCH] corrosion: update to 0.6.1. --- srcpkgs/corrosion/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/corrosion/template b/srcpkgs/corrosion/template index 235ea8ba2a2..c54274414aa 100644 --- a/srcpkgs/corrosion/template +++ b/srcpkgs/corrosion/template @@ -1,6 +1,6 @@ # Template file for 'corrosion' pkgname=corrosion -version=0.5.2 +version=0.6.1 revision=1 build_style=cmake hostmakedepends="cargo" @@ -9,12 +9,12 @@ maintainer="John " license="MIT" homepage="https://github.com/corrosion-rs/corrosion" distfiles="https://github.com/corrosion-rs/corrosion/archive/refs/tags/v${version}.tar.gz" -checksum=6bc02411e29183a896aa60c58db6819ec6cf57c08997481d0b0da9029356b529 +checksum=e9e95b1ee2bad52681f347993fb1a5af5cce458c5ce8a2636c9e476e4babf8e3 do_check() { cd build # Require and uses rustup - ctest -E '(rustup_proxy_build|parse_target_triple_build)' + ctest -E '(rustup_proxy_build|parse_target_triple_build|custom_target_build|custom_target_run_test-exe|custom_target_run_rust-bin|install_lib_build|install_lib_run_main-static|install_lib_run_main-shared)' } post_install() {