Skip to content

Commit

Permalink
Bump Groestlcoin backend version to 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p authored and martinboehm committed Jan 29, 2020
1 parent 82debaa commit bd57265
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions configs/coins/groestlcoin.json
Expand Up @@ -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"
Expand Down Expand Up @@ -67,4 +67,4 @@
"package_maintainer": "Groestlcoin Development Team",
"package_maintainer_email": "jackie@groestlcoin.org"
}
}
}
8 changes: 4 additions & 4 deletions configs/coins/groestlcoin_testnet.json
Expand Up @@ -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"
Expand Down Expand Up @@ -67,4 +67,4 @@
"package_maintainer": "Groestlcoin Development Team",
"package_maintainer_email": "jackie@groestlcoin.org"
}
}
}

0 comments on commit bd57265

Please sign in to comment.