From 063a4a5be71673c75e3a53c3cea55b9055f6b0ba Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 26 Jul 2022 11:46:53 +0200 Subject: [PATCH] cbindgen: update to 0.24.3. --- srcpkgs/cbindgen/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template index 0c437f415a8..07f2e24bf2d 100644 --- a/srcpkgs/cbindgen/template +++ b/srcpkgs/cbindgen/template @@ -1,6 +1,6 @@ # Template file for 'cbindgen' pkgname=cbindgen -version=0.23.0 +version=0.24.3 revision=1 build_style=cargo short_desc="Tool to generate C bindings for Rust code" @@ -8,7 +8,7 @@ maintainer="Orphaned " license="MPL-2.0" homepage="https://github.com/eqrion/cbindgen" distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz" -checksum=d7b82a7a4bfe7fc61c6f7c1b848bf586fef4057c84960739484b4f743bf0bab6 +checksum=5d693ab54acc085b9f2dbafbcf0a1f089737f7e0cb1686fa338c2aaa05dc7705 do_check() { : # test are only expected to work with rust nightly