Skip to content

Commit c051c24

Browse files
committed
build: bump evmone version: v0.5.0 -> v0.9.1
Date: 2022-11-07 12:52:10-08:00 Signed-off-by: meows <[email protected]>
1 parent d42b9b2 commit c051c24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/evmone.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ if [[ "$OSTYPE" != "linux"* ]]; then
88
fi
99

1010
mkdir -p build/_workspace/evmone
11-
[[ -f build/_workspace/evmone/evmone-0.5.0-linux-x86_64.tar.gz ]] && exit 0
12-
wget -O build/_workspace/evmone/evmone-0.5.0-linux-x86_64.tar.gz https://github.com/ethereum/evmone/releases/download/v0.5.0/evmone-0.5.0-linux-x86_64.tar.gz
13-
tar xzvf build/_workspace/evmone/evmone-0.5.0-linux-x86_64.tar.gz -C build/_workspace/evmone/
11+
[[ -f build/_workspace/evmone/evmone-0.9.1-linux-x86_64.tar.gz ]] && exit 0
12+
wget -O build/_workspace/evmone/evmone-0.9.1-linux-x86_64.tar.gz https://github.com/ethereum/evmone/releases/download/v0.9.1/evmone-0.9.1-linux-x86_64.tar.gz
13+
tar xzvf build/_workspace/evmone/evmone-0.9.1-linux-x86_64.tar.gz -C build/_workspace/evmone/

0 commit comments

Comments
 (0)