From 7c239f89a846ca0d39b6a48c38ebd2464528fd06 Mon Sep 17 00:00:00 2001 From: grdddj Date: Mon, 18 Jul 2022 11:27:48 +0200 Subject: [PATCH] fix(bin): update URL for latest model R emulators --- src/binaries/firmware/bin/download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/binaries/firmware/bin/download.sh b/src/binaries/firmware/bin/download.sh index 4b081ee..4091d57 100755 --- a/src/binaries/firmware/bin/download.sh +++ b/src/binaries/firmware/bin/download.sh @@ -9,7 +9,7 @@ if [[ $SYSTEM_ARCH == x86_64* ]]; then # WARNING: just temporary # It should get the build from master branch, but it does not # have all the needed functionality. Using custom branch for now. - R_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/2498092190/artifacts/raw/core/build/unix/trezor-emu-core" + R_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/2727705686/artifacts/raw/core/build/unix/trezor-emu-core" LEGACY_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/artifacts/master/download?job=legacy%20emu%20regular%20debug%20build" CUT_DIRS=4 @@ -19,7 +19,7 @@ elif [[ $SYSTEM_ARCH == aarch64* ]]; then # WARNING: just temporary # It should get the build from master branch, but it does not # have all the needed functionality. Using custom branch for now. - R_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/2510249260/artifacts/raw/core/build/unix/trezor-emu-core-arm" + R_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/2727705693/artifacts/raw/core/build/unix/trezor-emu-core-arm" LEGACY_LATEST_BUILD="https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/artifacts/master/download?job=legacy%20emu%20regular%20debug%20build%20arm" CUT_DIRS=5