rust-bindgen: update to 0.66.1.

This commit is contained in:
Erick Vilcica 2023-07-10 14:57:02 +01:00 committed by classabbyamp
parent 924836c135
commit 3a22bf0986

View file

@ -1,6 +1,6 @@
# Template file for 'rust-bindgen' # Template file for 'rust-bindgen'
pkgname=rust-bindgen pkgname=rust-bindgen
version=0.64.0 version=0.66.1
revision=1 revision=1
build_style="cargo" build_style="cargo"
configure_args="--bins" configure_args="--bins"
@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://rust-lang.github.io/rust-bindgen/" homepage="https://rust-lang.github.io/rust-bindgen/"
changelog="https://raw.githubusercontent.com/rust-lang/rust-bindgen/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/rust-lang/rust-bindgen/master/CHANGELOG.md"
distfiles="https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${version}.tar.gz"
checksum=9d987e7e2cefebed2c856ba36438e75af00aa08d4274fc15b8c20886065cb1f2 checksum=adedec96f2a00ce835a7c31656e09d6aae6ef55df9ca3d8d65d995f8f2542388
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE