From 0a6be1de55faeeac3b041081bb9d6bd77b777728 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 24 Oct 2023 14:07:17 +0200 Subject: [PATCH] cbindgen: update to 0.26.0. --- srcpkgs/cbindgen/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template index 68c67f48e4d..60150882155 100644 --- a/srcpkgs/cbindgen/template +++ b/srcpkgs/cbindgen/template @@ -1,14 +1,14 @@ # Template file for 'cbindgen' pkgname=cbindgen -version=0.24.3 -revision=2 +version=0.26.0 +revision=1 build_style=cargo short_desc="Tool to generate C bindings for Rust code" maintainer="Orphaned " license="MPL-2.0" homepage="https://github.com/eqrion/cbindgen" distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz" -checksum=5d693ab54acc085b9f2dbafbcf0a1f089737f7e0cb1686fa338c2aaa05dc7705 +checksum=b45e1a64875b615702a86ac3084ef69ae32926241cd2b687a30c12474be15105 do_check() { : # test are only expected to work with rust nightly