cbindgen: update to 0.15.0.
This commit is contained in:
parent
cd104a7a6b
commit
eeec728719
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cbindgen'
|
# Template file for 'cbindgen'
|
||||||
pkgname=cbindgen
|
pkgname=cbindgen
|
||||||
version=0.14.6
|
version=0.15.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=9d48756cc28acf33675f66d7be6a95b8c93d63255bb6f75909828e6b0cab1945
|
checksum=9e2756a292a3b1182b8f741d6bb9e5a8b8a8dc2eacfb187c7db649966452798d
|
||||||
|
|
Loading…
Reference in New Issue