Update parity version for code

This commit is contained in:
phahulin 2019-01-08 18:59:19 +03:00
parent 4a7a0d8ad1
commit 318cd717d3
1 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@
when: GENESIS_BRANCH == 'sokol'
- set_fact:
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.2.1/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "dfdb0ba6d8847a164600baad7008c1a8715126aca21bb0909e7184f2b3bf2d21"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.2.1/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "dfdb0ba6d8847a164600baad7008c1a8715126aca21bb0909e7184f2b3bf2d21"
PARITY_VERSION_CHECK: "2.2.1"
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.2.5/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "5a4c8d947feadc48cae1a85f58845b3129d73f96cc7c13df2df8a780584da947"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.2.5/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "5a4c8d947feadc48cae1a85f58845b3129d73f96cc7c13df2df8a780584da947"
PARITY_VERSION_CHECK: "2.2.5"
when: GENESIS_BRANCH == 'core'
- set_fact: