aboutsummaryrefslogtreecommitdiffstats
path: root/community/cbindgen
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-12-13 14:50:02 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-19 12:42:48 +0100
commitcb571455a0296043f9e43ef180ab187f01ad3dbb (patch)
tree6a273f5d81c8bff908b06b180d9087228257858f /community/cbindgen
parent68bd5137e6db9f9fdc9ff9920ed788f0baf1bd11 (diff)
downloadaports-cb571455a0296043f9e43ef180ab187f01ad3dbb.tar.bz2
aports-cb571455a0296043f9e43ef180ab187f01ad3dbb.tar.xz
community/cbindgen: downgrade to 0.9.1
Firefox doesn't build with cbindgen 0.11
Diffstat (limited to 'community/cbindgen')
-rw-r--r--community/cbindgen/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/cbindgen/APKBUILD b/community/cbindgen/APKBUILD
index 136679850c..21ec9499c1 100644
--- a/community/cbindgen/APKBUILD
+++ b/community/cbindgen/APKBUILD
@@ -1,7 +1,9 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=cbindgen
-pkgver=0.11.1
+# Please keep this on 0.9.x for now, FF doesn't work with newer version yet
+# as of 71.0
+pkgver=0.9.1
pkgrel=0
pkgdesc="Tool to generate C bindings from Rust code"
url="https://github.com/eqrion/cbindgen"
@@ -24,4 +26,4 @@ package() {
install -Dm0755 target/release/cbindgen -t "$pkgdir"/usr/bin
}
-sha512sums="b39795892b31d05d38acbb43f030d5a0f0d80a0889015af308c6855e008e792381c755dd55144985f074ae3249cc9582e20d98b771f679227e1e9b4402460d0a cbindgen-0.11.1.tar.gz"
+sha512sums="1f8148b2e1cbb580fd0ef9f178001851e513de39af6c69507119446dd2edc94af6438a13c87a70afa013612fb7964cf8e351b7f18e7d3732a474a7b8166d3fa8 cbindgen-0.9.1.tar.gz"