From 20db09684bb848582d690b3c7ddb2c20d8284245 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 1 Mar 2026 17:29:54 +0100 Subject: [PATCH] package/rust-bindgen: bump version to 0.72.1 https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1 We need to add "refs/tags/" to RUST_BINDGEN_SITE because the github repo contains a tag and a branch with the same name: $ wget -q https://github.com/rust-lang/rust-bindgen/archive/v0.72.1/rust-bindgen-0.72.1-cargo4.tar.gz -O - the given path has multiple possibilities: #, # Fixes a build error with mesa3d 26.x and the upcoming llvm 22 bump: https://github.com/rust-lang/rust-bindgen/issues/3264#issuecomment-3218111176 Signed-off-by: Bernd Kuhls Co-authored-by: Julien Olivain Signed-off-by: Julien Olivain --- package/rust-bindgen/rust-bindgen.hash | 2 +- package/rust-bindgen/rust-bindgen.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/rust-bindgen/rust-bindgen.hash b/package/rust-bindgen/rust-bindgen.hash index dc79a62ddd..72ff0401ce 100644 --- a/package/rust-bindgen/rust-bindgen.hash +++ b/package/rust-bindgen/rust-bindgen.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 f131b9cf87ea0a5db33ff3ad711aec4dbc4d383536f5f2e37493d63cbe95428e rust-bindgen-0.72.0-cargo4.tar.gz +sha256 9dd2f0f7bae7c84b1d79fb848d17335b8ebc37c27cd5ecb6e0da3ec0dba87d71 rust-bindgen-0.72.1-cargo4.tar.gz sha256 c23953d9deb0a3312dbeaf6c128a657f3591acee45067612fa68405eaa4525db LICENSE diff --git a/package/rust-bindgen/rust-bindgen.mk b/package/rust-bindgen/rust-bindgen.mk index 8c02db557f..55f3b4d5b7 100644 --- a/package/rust-bindgen/rust-bindgen.mk +++ b/package/rust-bindgen/rust-bindgen.mk @@ -4,8 +4,8 @@ # ################################################################################ -RUST_BINDGEN_VERSION = 0.72.0 -RUST_BINDGEN_SITE = $(call github,rust-lang,rust-bindgen,v$(RUST_BINDGEN_VERSION)) +RUST_BINDGEN_VERSION = 0.72.1 +RUST_BINDGEN_SITE = $(call github,rust-lang,rust-bindgen,refs/tags/v$(RUST_BINDGEN_VERSION)) RUST_BINDGEN_LICENSE = BSD-3-clause RUST_BINDGEN_LICENSE_FILES = LICENSE