From bd5726508fad4aa23efe6e45823825b30fc71c58 Mon Sep 17 00:00:00 2001 From: jackielove4u Date: Tue, 28 Jan 2020 19:14:33 +0100 Subject: [PATCH] Bump Groestlcoin backend version to 2.18.2 --- configs/coins/groestlcoin.json | 8 ++++---- configs/coins/groestlcoin_testnet.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configs/coins/groestlcoin.json b/configs/coins/groestlcoin.json index cb4f52b3..c98dacf3 100644 --- a/configs/coins/groestlcoin.json +++ b/configs/coins/groestlcoin.json @@ -22,10 +22,10 @@ "package_name": "backend-groestlcoin", "package_revision": "satoshilabs-1", "system_user": "groestlcoin", - "version": "2.17.2", - "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v2.17.2/groestlcoin-2.17.2-x86_64-linux-gnu.tar.gz", + "version": "2.18.2", + "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v2.18.2/groestlcoin-2.18.2-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/Groestlcoin/groestlcoin/releases/download/v2.17.2/SHA256SUMS.asc", + "verification_source": "https://github.com/Groestlcoin/groestlcoin/releases/download/v2.18.2/SHA256SUMS.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/groestlcoin-qt" @@ -67,4 +67,4 @@ "package_maintainer": "Groestlcoin Development Team", "package_maintainer_email": "jackie@groestlcoin.org" } -} \ No newline at end of file +} diff --git a/configs/coins/groestlcoin_testnet.json b/configs/coins/groestlcoin_testnet.json index 36782e0f..5d4483d8 100644 --- a/configs/coins/groestlcoin_testnet.json +++ b/configs/coins/groestlcoin_testnet.json @@ -22,10 +22,10 @@ "package_name": "backend-groestlcoin-testnet", "package_revision": "satoshilabs-1", "system_user": "groestlcoin", - "version": "2.17.2", - "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v2.17.2/groestlcoin-2.17.2-x86_64-linux-gnu.tar.gz", + "version": "2.18.2", + "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v2.18.2/groestlcoin-2.18.2-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/Groestlcoin/groestlcoin/releases/download/v2.17.2/SHA256SUMS.asc", + "verification_source": "https://github.com/Groestlcoin/groestlcoin/releases/download/v2.18.2/SHA256SUMS.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/groestlcoin-qt" @@ -67,4 +67,4 @@ "package_maintainer": "Groestlcoin Development Team", "package_maintainer_email": "jackie@groestlcoin.org" } -} \ No newline at end of file +}