mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
cbindgen: update to 0.28.0.
This commit is contained in:
parent
5797b86ca4
commit
d0aba4f78c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cbindgen'
|
||||
pkgname=cbindgen
|
||||
version=0.26.0
|
||||
version=0.28.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Tool to generate C bindings for Rust code"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MPL-2.0"
|
||||
homepage="https://github.com/eqrion/cbindgen"
|
||||
distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
|
||||
checksum=b45e1a64875b615702a86ac3084ef69ae32926241cd2b687a30c12474be15105
|
||||
checksum=b0ed39dda089cafba583e407183e43de151d2ae9d945d74fb4870db7e4ca858e
|
||||
|
||||
do_check() {
|
||||
: # test are only expected to work with rust nightly
|
||||
|
|
Loading…
Add table
Reference in a new issue