From 2bf9631a0919f2d199ff38c19db664ea46f863df Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sun, 31 Aug 2025 18:40:18 +0000 Subject: [PATCH] bump(main/rust-bindgen): 0.72.1 This commit has been automatically submitted by Github Actions. --- packages/rust-bindgen/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rust-bindgen/build.sh b/packages/rust-bindgen/build.sh index cd59f3bfeb..bf5bc42b5e 100644 --- a/packages/rust-bindgen/build.sh +++ b/packages/rust-bindgen/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/rust-lang/rust-bindgen TERMUX_PKG_DESCRIPTION="Automatically generates Rust FFI bindings to C (and some C++) libraries" TERMUX_PKG_LICENSE="BSD 3-Clause" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="0.72.0" +TERMUX_PKG_VERSION="0.72.1" TERMUX_PKG_SRCURL=https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=1da7050a17fdab0e20d5d8c20d48cddce2973e8b7cb0afc15185bfad22f8ce5b +TERMUX_PKG_SHA256=4ffb17061b2d71f19c5062d2e17e64107248f484f9775c0b7d30a16a8238dfd1 TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"