summaryrefslogtreecommitdiffstats
path: root/rust-crates
diff options
context:
space:
mode:
authorPavel Vinogradov2022-05-31 18:19:51 -0400
committerPavel Vinogradov2022-05-31 18:25:18 -0400
commit7532be4a9297fa972662db637b41b7a2ae3579bf (patch)
treeb6f347e5c2e2cd46fc273d908d60a716194caf1c /rust-crates
parent618488da50bebaafb5578692002f7ab671110059 (diff)
rust-crates/cbindgen: version 0.23.0
Diffstat (limited to 'rust-crates')
-rwxr-xr-xrust-crates/cbindgen/DETAILS6
-rw-r--r--rust-crates/cbindgen/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/rust-crates/cbindgen/DETAILS b/rust-crates/cbindgen/DETAILS
index 289f3780c2..b3170bc38e 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/eqrion/${SPELL}:${SPELL}-git"
+ SOURCE_URL="git_http://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.20.0"
+ VERSION="0.23.0"
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE2="${SPELL}-0.18.0-cargo.tar.gz"
- SOURCE_HASH="sha512:19784e9bb13a540ed8f41d92bbe8aeaad1af9b04ce583d1ea4da3c914ff4799b77f2a4cb2c32b2166829576a7fd51d5f5e6ab707e612d6af15cde51b6fa293c1"
+ SOURCE_HASH="sha512:341071b20bfcf5cca667f20473b690e9f16109edb519ce3ff263078e246db4d4d99d2ed6a51c6914755d3e554d28d523b78819c4b9eb4f5a396274a072e70da8"
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 1293f44e1f..fe9a6b407f 100644
--- a/rust-crates/cbindgen/HISTORY
+++ b/rust-crates/cbindgen/HISTORY
@@ -1,3 +1,6 @@
+2022-05-31 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 0.23.0, git -> git_http
+
2021-08-11 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 0.20.0