mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cbindgen: update to 0.26.0.
This commit is contained in:
parent
c8d50d00a1
commit
0a6be1de55
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'cbindgen'
|
# Template file for 'cbindgen'
|
||||||
pkgname=cbindgen
|
pkgname=cbindgen
|
||||||
version=0.24.3
|
version=0.26.0
|
||||||
revision=2
|
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"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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=5d693ab54acc085b9f2dbafbcf0a1f089737f7e0cb1686fa338c2aaa05dc7705
|
checksum=b45e1a64875b615702a86ac3084ef69ae32926241cd2b687a30c12474be15105
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
: # test are only expected to work with rust nightly
|
: # test are only expected to work with rust nightly
|
||||||
|
|
Loading…
Add table
Reference in a new issue