cbindgen: update to 0.8.0.
This commit is contained in:
parent
f27e41dda7
commit
713de3ea8e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cbindgen'
|
# Template file for 'cbindgen'
|
||||||
pkgname=cbindgen
|
pkgname=cbindgen
|
||||||
version=0.7.1
|
version=0.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Tool to generate C bindings for Rust code"
|
short_desc="Tool to generate C bindings for Rust code"
|
||||||
|
@ -8,4 +8,4 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://github.com/eqrion/cbindgen"
|
homepage="https://github.com/eqrion/cbindgen"
|
||||||
distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
|
distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
|
||||||
checksum=ab87a8803b3ba76296dcdd14c28b84a100381f69adc71eadfc6b5c253199b175
|
checksum=3a83c8981d195ea8c72cbcd65713fc909c64c613554d3aa52733d3f32b9b244d
|
||||||
|
|
Loading…
Reference in New Issue