summaryrefslogtreecommitdiffstats
path: root/rust-crates
diff options
context:
space:
mode:
authorFlorian Franzmann2020-12-27 18:35:53 +0100
committerFlorian Franzmann2020-12-29 19:20:00 +0100
commitc8c6110ddcfa55943ccb0187396b2b60c4b42eb9 (patch)
treea4d5ec6ae2498524552cb1a0fa5769666d69b0e1 /rust-crates
parent7464fa07160c79bfcce9c48e47d89a162c244ff2 (diff)
rust-crates/cbindgen: version 0.16.0
Diffstat (limited to 'rust-crates')
-rwxr-xr-xrust-crates/cbindgen/DETAILS11
-rw-r--r--rust-crates/cbindgen/HISTORY3
2 files changed, 10 insertions, 4 deletions
diff --git a/rust-crates/cbindgen/DETAILS b/rust-crates/cbindgen/DETAILS
index d897e04b93..a37273299e 100755
--- a/rust-crates/cbindgen/DETAILS
+++ b/rust-crates/cbindgen/DETAILS
@@ -12,14 +12,17 @@ else
# result of running
# CARGO_HOME=$PWD/.cargo cargo fetch
# tar -czf $(basename $PWD)-cargo.tar.gz .cargo Cargo.lock
+# in the cbindgen source directory.
+#
# With the non-scm branch, we want offline builds.
- VERSION="0.14.6"
+#
+ VERSION="0.16.0"
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE2="${SPELL}-${VERSION}-cargo.tar.gz"
- SOURCE_HASH="sha512:1243d180e767087a92bbbcf68a6111b39f09b5899195d0d85c81bab36f0fe33d567540f12ed959ece8b0d87162736b6bbac48e85af5dc9709e137c9b77ca5591"
- SOURCE2_HASH="sha512:091c57a948b6825abb7bf5a8b3165a74ce87d034a20c29d7e8502f71212182d663aec7a6324fc6a81794260ade16eab49fe6ccf35e6a6e2710a04090998435fb"
+ SOURCE_HASH="sha512:51a2178855e83999929f005cf99b5da8c5039c4df8b17d88583c1d4d04aa4bf80d2f83b31a0e92072e991a461138bad6206b6395b26ac6c7306a605c4adfcb0e"
+ SOURCE2_HASH="sha512:da9d856fff0682d5a3929ed97af6389356750105a531279f8de5065afc7eb1bc443ccfdacc28893a051e95b209d46421011013b491a29a4aeb7684cc8a9c07ac"
SOURCE_URL[0]="https://github.com/eqrion/${SPELL}/archive/v${VERSION}.tar.gz"
- SOURCE2_URL[0]="https://sobukus.de/rust/${SOURCE2}"
+ SOURCE2_URL[0]="https://smgl.bandrate.org/${SOURCE2}"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
WEB_SITE="https://docs.rs/cbindgen"
diff --git a/rust-crates/cbindgen/HISTORY b/rust-crates/cbindgen/HISTORY
index 0a21cd5a39..4e768fd578 100644
--- a/rust-crates/cbindgen/HISTORY
+++ b/rust-crates/cbindgen/HISTORY
@@ -1,3 +1,6 @@
+2020-12-27 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.16.0
+
2020-09-30 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS, PRE_BUILD: package the dependencies into SOURCE2
for networkless build