summaryrefslogtreecommitdiffstats
path: root/rust-crates
diff options
context:
space:
mode:
authorPavel Vinogradov2021-07-04 13:25:54 -0400
committerPavel Vinogradov2021-07-04 13:25:54 -0400
commit642bff6d1f0e1a66fa603da15bbae99841850660 (patch)
treeabb4a4b0b5e7db7446bea85ff155fe8254401fe1 /rust-crates
parentc13511a674d59877612f8fb44516681aac299c92 (diff)
rust-crates/cbindgen: version 0.19.0
Diffstat (limited to 'rust-crates')
-rwxr-xr-xrust-crates/cbindgen/DETAILS8
-rw-r--r--rust-crates/cbindgen/HISTORY3
2 files changed, 7 insertions, 4 deletions
diff --git a/rust-crates/cbindgen/DETAILS b/rust-crates/cbindgen/DETAILS
index 550f606f3a..7072f54953 100755
--- a/rust-crates/cbindgen/DETAILS
+++ b/rust-crates/cbindgen/DETAILS
@@ -4,7 +4,7 @@ if [[ "${CBINDGEN_BRANCH}" == "scm" ]]; then
VERSION="$(get_scm_version)"
SOURCE="${SPELL}-git.tar.bz2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
- SOURCE_URL="git://github.com/egrion/${SPELL}:${SPELL}-git"
+ SOURCE_URL="git://github.com/eqrion/${SPELL}:${SPELL}-git"
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
else
@@ -16,10 +16,10 @@ else
#
# With the non-scm branch, we want offline builds.
#
- VERSION="0.18.0"
+ VERSION="0.19.0"
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE2="${SPELL}-${VERSION}-cargo.tar.gz"
- SOURCE_HASH="sha512:b9d66388a41e398ac9ad47702297bc3a1edc330ede52250197faa430e72db72db0b6551ba4e176a218e098b36e1c1c3c7f3fae8b727cd99f485e846ce3ba0803"
+ SOURCE2="${SPELL}-0.18.0-cargo.tar.gz"
+ SOURCE_HASH="sha512:c250da3bd092a6a465ce4bc26aad91a60d4ef900d14bd374e02a4f20b64a6a4f0f93079d4cee5e65c58696b2ddcd32def878a7e5d23ccdaf987ac8a206cd9f14"
SOURCE2_HASH="sha512:c73539301c29ecc2dccf2d5bd96afc18d04ee6f5ef8b8df3c0217bf514c857a1e8ca6dbf00175bdbd0c63ad939b618472a3893e2d3d025ab47071844432d0b20"
SOURCE_URL[0]="https://github.com/eqrion/${SPELL}/archive/v${VERSION}.tar.gz"
SOURCE2_URL[0]="https://smgl.bandrate.org/${SOURCE2}"
diff --git a/rust-crates/cbindgen/HISTORY b/rust-crates/cbindgen/HISTORY
index 78bb31ebc8..8d7b9c5638 100644
--- a/rust-crates/cbindgen/HISTORY
+++ b/rust-crates/cbindgen/HISTORY
@@ -1,3 +1,6 @@
+2021-07-04 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 0.19.0, cargo archive is left untouched, fixed typo in scm url
+
2021-02-28 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 0.18.0