mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
fix: build_rln.sh update version to dowload to v0.7.0 (#3425)
This commit is contained in:
parent
005815746b
commit
2678303bfe
@ -19,15 +19,14 @@ host_triplet=$(rustc --version --verbose | awk '/host:/{print $2}')
|
||||
|
||||
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
|
||||
if [[ "${rln_version}" == "v0.5.1" ]]; then
|
||||
if [[ "${rln_version}" == "v0.7.0" ]]; then
|
||||
tarball+="-arkzkey-rln.tar.gz"
|
||||
else
|
||||
tarball+="-rln.tar.gz"
|
||||
fi
|
||||
|
||||
|
||||
# Download the prebuilt rln library if it is available
|
||||
if curl --silent --fail-with-body -L \
|
||||
"https://github.com/vacp2p/zerokit/releases/download/$rln_version/$tarball" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user