Skip to content

Commit 402c543

Browse files
committed
cbindgen: update to 0.29.2.
1 parent c5b6bda commit 402c543

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

srcpkgs/cbindgen/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Template file for 'cbindgen'
22
pkgname=cbindgen
3-
version=0.28.0
3+
version=0.29.2
44
revision=1
55
build_style=cargo
66
short_desc="Tool to generate C bindings for Rust code"
77
maintainer="Orphaned <[email protected]>"
88
license="MPL-2.0"
9-
homepage="https://github.com/eqrion/cbindgen"
10-
distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
11-
checksum=b0ed39dda089cafba583e407183e43de151d2ae9d945d74fb4870db7e4ca858e
9+
homepage="https://github.com/mozilla/cbindgen"
10+
distfiles="https://github.com/mozilla/cbindgen/archive/refs/tags/v${version}.zip"
11+
checksum=98a8d9f03eae016a2916cf0201b44accbe31c43e11065f58e4ebb9efa16b30b3
1212

1313
do_check() {
1414
: # test are only expected to work with rust nightly

0 commit comments

Comments
 (0)