From c7c8c60e01730edbf880907df22f48e812cf2eee Mon Sep 17 00:00:00 2001 From: varasev <33550681+varasev@users.noreply.github.com> Date: Sat, 4 Jan 2020 21:48:22 +0300 Subject: [PATCH] Update main.yml --- roles/upd-parity-version/tasks/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/upd-parity-version/tasks/main.yml b/roles/upd-parity-version/tasks/main.yml index 61a77c9..c200435 100644 --- a/roles/upd-parity-version/tasks/main.yml +++ b/roles/upd-parity-version/tasks/main.yml @@ -1,8 +1,8 @@ --- - set_fact: - PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.2/x86_64-unknown-linux-gnu/parity" - PARITY_BIN_SHA256: "593c2f622fbb04a4baccd3388b66d2d1b1a5bd207201335ab5b26a3ed95d182f" - PARITY_VERSION_CHECK: "2.6.2" + PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.8/x86_64-unknown-linux-gnu/parity" + PARITY_BIN_SHA256: "299f928503cb3b8d44d95a0f592e32358542ec854842c277e3eeaee2a3478a28" + PARITY_VERSION_CHECK: "2.6.8" when: GENESIS_BRANCH == 'sokol' - set_fact: @@ -12,15 +12,15 @@ when: GENESIS_BRANCH == 'kovan' - set_fact: - PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.2/x86_64-unknown-linux-gnu/parity" - PARITY_BIN_SHA256: "593c2f622fbb04a4baccd3388b66d2d1b1a5bd207201335ab5b26a3ed95d182f" - PARITY_VERSION_CHECK: "2.6.2" + PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.8/x86_64-unknown-linux-gnu/parity" + PARITY_BIN_SHA256: "299f928503cb3b8d44d95a0f592e32358542ec854842c277e3eeaee2a3478a28" + PARITY_VERSION_CHECK: "2.6.8" when: GENESIS_BRANCH == 'dai' - set_fact: - PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.2/x86_64-unknown-linux-gnu/parity" - PARITY_BIN_SHA256: "593c2f622fbb04a4baccd3388b66d2d1b1a5bd207201335ab5b26a3ed95d182f" - PARITY_VERSION_CHECK: "2.6.2" + PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.8/x86_64-unknown-linux-gnu/parity" + PARITY_BIN_SHA256: "299f928503cb3b8d44d95a0f592e32358542ec854842c277e3eeaee2a3478a28" + PARITY_VERSION_CHECK: "2.6.8" when: GENESIS_BRANCH == 'core' - set_fact: