Skip to content

Commit

Permalink
build: bump evmone version: v0.5.0 -> v0.9.1
Browse files Browse the repository at this point in the history
Date: 2022-11-07 12:52:10-08:00
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Nov 7, 2022
1 parent d42b9b2 commit c051c24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/evmone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if [[ "$OSTYPE" != "linux"* ]]; then
fi

mkdir -p build/_workspace/evmone
[[ -f build/_workspace/evmone/evmone-0.5.0-linux-x86_64.tar.gz ]] && exit 0
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
tar xzvf build/_workspace/evmone/evmone-0.5.0-linux-x86_64.tar.gz -C build/_workspace/evmone/
[[ -f build/_workspace/evmone/evmone-0.9.1-linux-x86_64.tar.gz ]] && exit 0
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
tar xzvf build/_workspace/evmone/evmone-0.9.1-linux-x86_64.tar.gz -C build/_workspace/evmone/

0 comments on commit c051c24

Please sign in to comment.