From d8472a80314385f2293e59f054d08a0e75a0ca63 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Sat, 16 Jul 2016 19:06:26 +0200 Subject: [PATCH] 1.2.2 --- install-parity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-parity.sh b/install-parity.sh index eae35f764..d7978acc8 100755 --- a/install-parity.sh +++ b/install-parity.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -PARITY_DEB_URL=https://github.com/ethcore/parity/releases/download/v1.2.1/parity_linux_1.2.1-0_amd64.deb +PARITY_DEB_URL=https://github.com/ethcore/parity/releases/download/v1.2.2/parity_linux_1.2.2-0_amd64.deb function run_installer()