summaryrefslogtreecommitdiffstats
path: root/rust-crates
diff options
context:
space:
mode:
authorFlorian Franzmann2020-05-05 20:21:20 +0200
committerFlorian Franzmann2020-05-05 23:07:58 +0200
commitb7f13077124841b4d598526cfe8a418ebdb3fbd7 (patch)
tree8abf7e59c34e67828e558e51465cd31f1f657eb6 /rust-crates
parent66fc5ad64c69194937d071cb438424aca7521331 (diff)
rust-crates/cbindgen: version 0.14.2
Diffstat (limited to 'rust-crates')
-rwxr-xr-xrust-crates/cbindgen/DETAILS4
-rw-r--r--rust-crates/cbindgen/HISTORY4
-rwxr-xr-xrust-crates/cbindgen/INSTALL1
3 files changed, 7 insertions, 2 deletions
diff --git a/rust-crates/cbindgen/DETAILS b/rust-crates/cbindgen/DETAILS
index e7a900317c..2f2bba2314 100755
--- a/rust-crates/cbindgen/DETAILS
+++ b/rust-crates/cbindgen/DETAILS
@@ -8,8 +8,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
else
- VERSION="0.14.0"
- SOURCE_HASH="sha512:53508ea5487d03026e9b34aad2a6c2c0941d8d7591d500d7b858f63e66dd1ede7a554b640ff1cd5d7ea3d806c7919895814549ac948f61873f4fd76445522713"
+ VERSION="0.14.2"
+ SOURCE_HASH="sha512:584f5da45ffc4c98a2753c7471cb72969bf94fab882019cae6e85e30b7e283094651ffb47edb2aefffa37fc4d625c6dc6439289f746076669238da69e8d00ad5"
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="https://github.com/eqrion/${SPELL}/archive/v${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/rust-crates/cbindgen/HISTORY b/rust-crates/cbindgen/HISTORY
index 95bf850759..2846e2bd44 100644
--- a/rust-crates/cbindgen/HISTORY
+++ b/rust-crates/cbindgen/HISTORY
@@ -1,3 +1,7 @@
+2020-05-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.14.2
+ * INSTALL: fix installation
+
2020-04-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 0.14.0
diff --git a/rust-crates/cbindgen/INSTALL b/rust-crates/cbindgen/INSTALL
new file mode 100755
index 0000000000..a11be6a330
--- /dev/null
+++ b/rust-crates/cbindgen/INSTALL
@@ -0,0 +1 @@
+install -o root -g root -m755 "$SOURCE_DIRECTORY/target/release/cbindgen" "$INSTALL_ROOT/usr/bin/"