Skip to content

Commit f50f6d9

Browse files
committed
chore(sdk): bump machine-emulator to 0.19.0
1 parent d1cd2fe commit f50f6d9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/sdk/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,15 @@ EOF
173173

174174
# Install cartesi-machine emulator
175175
RUN <<EOF
176-
curl -fsSL https://github.com/cartesi/machine-emulator/releases/download/v${CARTESI_MACHINE_EMULATOR_VERSION}/cartesi-machine-v${CARTESI_MACHINE_EMULATOR_VERSION%%-*}_${TARGETARCH}.deb \
177-
-o /tmp/cartesi-machine.deb
176+
curl -fsSL https://github.com/cartesi/machine-emulator/releases/download/v${CARTESI_MACHINE_EMULATOR_VERSION}/machine-emulator_${TARGETARCH}.deb \
177+
-o /tmp/machine-emulator.deb
178178
case "${TARGETARCH}" in
179-
amd64) echo "726c510632eedad51aec366634711f5062808c5aedf34b7fb7e6b2263de88e1f /tmp/cartesi-machine.deb" | sha256sum --check ;;
180-
arm64) echo "45712294ddd9cef0130074066b800d3b090a5e576ec9215e1a16f3ddcb146d29 /tmp/cartesi-machine.deb" | sha256sum --check ;;
179+
amd64) echo "adae6b030a8990e316997aad53d175192bfeaa84ad12ee19491366377073572b /tmp/machine-emulator.deb" | sha256sum --check ;;
180+
arm64) echo "15ebb64d8cd3296564d2297dd809d1d72c13a938976bb4ecc5e5c82e71bb8069 /tmp/machine-emulator.deb" | sha256sum --check ;;
181181
*) echo "unsupported architecture: $ARCH"; exit 1 ;;
182182
esac
183-
apt-get install -y --no-install-recommends /tmp/cartesi-machine.deb
184-
rm /tmp/cartesi-machine.deb
183+
apt-get install -y --no-install-recommends /tmp/machine-emulator.deb
184+
rm /tmp/machine-emulator.deb
185185
cartesi-machine --version-json
186186
EOF
187187

packages/sdk/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ target "default" {
1313
CARTESI_ESPRESSO_READER_VERSION = "0.3.0"
1414
CARTESI_IMAGE_KERNEL_VERSION = "0.20.0"
1515
CARTESI_LINUX_KERNEL_VERSION = "6.5.13-ctsi-1-v0.20.0"
16-
CARTESI_MACHINE_EMULATOR_VERSION = "0.19.0-alpha3"
16+
CARTESI_MACHINE_EMULATOR_VERSION = "0.19.0"
1717
CARTESI_PASSKEY_SERVER_VERSION = "1.0.1"
1818
CARTESI_PAYMASTER_VERSION = "0.2.0"
1919
CARTESI_ROLLUPS_GRAPHQL_VERSION = "2.3.14"

0 commit comments

Comments
 (0)