mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
fix: build_rln.sh update version to dowload to v0.7.0 (#3425)
This commit is contained in:
parent
9f68c83fed
commit
f47af16ffb
@ -19,15 +19,14 @@ host_triplet=$(rustc --version --verbose | awk '/host:/{print $2}')
|
|||||||
|
|
||||||
tarball="${host_triplet}"
|
tarball="${host_triplet}"
|
||||||
|
|
||||||
# use arkzkey feature for v0.5.1
|
# use arkzkey feature for v0.7.0
|
||||||
# TODO: update this script in the future when arkzkey is default
|
# TODO: update this script in the future when arkzkey is default
|
||||||
if [[ "${rln_version}" == "v0.5.1" ]]; then
|
if [[ "${rln_version}" == "v0.7.0" ]]; then
|
||||||
tarball+="-arkzkey-rln.tar.gz"
|
tarball+="-arkzkey-rln.tar.gz"
|
||||||
else
|
else
|
||||||
tarball+="-rln.tar.gz"
|
tarball+="-rln.tar.gz"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Download the prebuilt rln library if it is available
|
# Download the prebuilt rln library if it is available
|
||||||
if curl --silent --fail-with-body -L \
|
if curl --silent --fail-with-body -L \
|
||||||
"https://github.com/vacp2p/zerokit/releases/download/$rln_version/$tarball" \
|
"https://github.com/vacp2p/zerokit/releases/download/$rln_version/$tarball" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user