Skip to content

Commit

Permalink
bump hermes 0.12 -> 0.13, gaiad 6.03 -> 6.04; install osmosisd 7.0.4,…
Browse files Browse the repository at this point in the history
… junod 2.1.0 (#716) (#717)

(cherry picked from commit a596647)

Co-authored-by: Matthew Elder <sseses@gmail.com>
  • Loading branch information
mergify[bot] and dreamcodez committed Mar 29, 2022
1 parent 0cdc3ba commit 1c554df
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions infra/packer/umee-node-dist.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,15 @@ build {
, "apt install -y --no-install-recommends caddy"
, "apt dist-upgrade -y"
, "rm -rf /var/lib/{apt,dpkg,cache,log}/"
, "curl -sLf https://github.com/informalsystems/ibc-rs/releases/download/v0.12.0/hermes-v0.12.0-x86_64-unknown-linux-gnu.tar.gz | tar -C /usr/local/bin -xz"
, "curl -sLf https://github.com/cosmos/gaia/releases/download/v6.0.3/gaiad-v6.0.3-linux-amd64 -o /usr/local/bin/gaiad"
, "curl -sLf https://github.com/informalsystems/ibc-rs/releases/download/v0.13.0/hermes-v0.13.0-x86_64-unknown-linux-gnu.tar.gz | tar -C /usr/local/bin -xz"
, "curl -sLf https://github.com/cosmos/gaia/releases/download/v6.0.4/gaiad-v6.0.4-linux-amd64 -o /usr/local/bin/gaiad"
, "chmod a+x /usr/local/bin/gaiad"
, "curl -sLf https://github.com/CosmWasm/wasmvm/raw/v0.16.6/api/libwasmvm.so -o /usr/local/lib/libwasmvm.so"
, "ldconfig"
, "curl -sLf https://github.com/osmosis-labs/osmosis/releases/download/v7.0.4/osmosisd-7.0.4-linux-amd64 -o /usr/local/bin/osmosisd"
, "chmod a+x /usr/local/bin/osmosisd"
, "curl -sLf https://github.com/CosmosContracts/juno/releases/download/v2.1.0/junod -o /usr/local/bin/junod"
, "chmod a+x /usr/local/bin/junod"
, "cd /tmp && curl -sLqf https://github.com/umee-network/umee/releases/download/price-feeder/v0.1.2/price-feeder-v0.1.2-linux-amd64.tar.gz | tar --strip-components 1 -xz"
, "cp /tmp/price-feeder /usr/local/bin/"
, "cd /tmp && curl -sLqf https://github.com/umee-network/peggo/releases/download/v0.2.6/peggo-v0.2.6-linux-amd64.tar.gz | tar --strip-components 1 -xz"
Expand Down

0 comments on commit 1c554df

Please sign in to comment.