haveno_deps.sh: update tag and hashes of monero to testing6

This commit is contained in:
erciccione 2022-07-09 14:03:05 +02:00 committed by woodser
parent 896380218e
commit fa85a28b62

View File

@ -1,13 +1,13 @@
#!/bin/bash
# Hashes and tag of our Monero testing binaries at https://github.com/haveno-dex/monero/releases
MONERO_HASH_MAC="a3c55350ee02ec3609b0752a4d8cae7a9664bfebd98330b720882ad70eaa83af"
MONERO_HASH_LINUX="ba1e4145ec16b9acc4c1bc51e932bd2dc5466f7878c5a72dbf7030c7246e4da9"
MONERO_TAG="testing5"
MONERO_HASH_MAC="9188d0ee6111c5f68da0002bbbfc3ecf1ad4c053e99495b17652e2b6bc15ef49"
MONERO_HASH_LINUX="ac5b335bbb5ee82e64d13898b951b8a3e1a9bd39b0dfbc3b08ea6be0d16d82f1"
MONERO_TAG="testing6"
# Hashes and version of bitcoin core: https://bitcoin.org/bin/
BTC_HASH_MAC="1ea5cedb64318e9868a66d3ab65de14516f9ada53143e460d50af428b5aec3c7"
BTC_HASH_LINUX="366eb44a7a0aa5bd342deea215ec19a184a11f2ca22220304ebb20b9c8917e2b"
BTC_VERSION=0.21.1
#BTC_HASH_MAC="1ea5cedb64318e9868a66d3ab65de14516f9ada53143e460d50af428b5aec3c7"
#BTC_HASH_LINUX="366eb44a7a0aa5bd342deea215ec19a184a11f2ca22220304ebb20b9c8917e2b"
#BTC_VERSION=0.21.1
is_mac() {
if [[ "$OSTYPE" == "darwin"* ]]; then