From 4ffb566e28864185ec12358d3ebb9cc1da2ae17b Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 8 May 2025 10:22:13 +1000 Subject: [PATCH] cbindgen: bump version --- .../{cbindgen-0.26.0.recipe => cbindgen-0.28.0.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-rust/cbindgen/{cbindgen-0.26.0.recipe => cbindgen-0.28.0.recipe} (90%) diff --git a/dev-rust/cbindgen/cbindgen-0.26.0.recipe b/dev-rust/cbindgen/cbindgen-0.28.0.recipe similarity index 90% rename from dev-rust/cbindgen/cbindgen-0.26.0.recipe rename to dev-rust/cbindgen/cbindgen-0.28.0.recipe index ebb045c23..e807d8868 100644 --- a/dev-rust/cbindgen/cbindgen-0.26.0.recipe +++ b/dev-rust/cbindgen/cbindgen-0.28.0.recipe @@ -2,11 +2,11 @@ SUMMARY="A tool for generating C binding to Rust code" DESCRIPTION="cbindgen creates C/C++11 headers \ for Rust libraries which expose a public C API." HOMEPAGE="https://github.com/eqrion/cbindgen" -COPYRIGHT="2018-2023 cbindgen contributors" +COPYRIGHT="2018-2025 cbindgen contributors" LICENSE="MPL v2.0" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="b45e1a64875b615702a86ac3084ef69ae32926241cd2b687a30c12474be15105" +CHECKSUM_SHA256="b0ed39dda089cafba583e407183e43de151d2ae9d945d74fb4870db7e4ca858e" SOURCE_FILENAME="cbindgen-$portVersion.tar.gz" ARCHITECTURES="all !x86_gcc2"