rust-bindgen: update to 0.63.0.

This commit is contained in:
Erick Vilcica 2022-11-29 18:22:09 +00:00 committed by classabbyamp
parent e7ab6ecaa3
commit de769eda06
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'rust-bindgen' # Template file for 'rust-bindgen'
pkgname=rust-bindgen pkgname=rust-bindgen
version=0.61.0 version=0.63.0
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="889ef7f1edd5db50e4e3e39b84e52b360ebe2f42a916adaf0ac97586419d885e" checksum="9fdfea04da35b9f602967426e4a5893e4efb453bceb0d7954efb1b3c88caaf33"
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE