From 318cd717d3e009de06841c2b2b2d0e06ba86e76b Mon Sep 17 00:00:00 2001 From: phahulin Date: Tue, 8 Jan 2019 18:59:19 +0300 Subject: [PATCH] Update parity version for code --- roles/upd-parity-version/tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/upd-parity-version/tasks/main.yml b/roles/upd-parity-version/tasks/main.yml index 0991198..2f1653a 100644 --- a/roles/upd-parity-version/tasks/main.yml +++ b/roles/upd-parity-version/tasks/main.yml @@ -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: