From 0f1587de3fd18b6fd054c8b3a1df89c8d17ce6eb Mon Sep 17 00:00:00 2001 From: WO Date: Fri, 8 Oct 2021 13:17:53 +0900 Subject: [PATCH] Bump Koto to 4.5.1 --- configs/coins/koto.json | 6 +++--- configs/coins/koto_testnet.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/coins/koto.json b/configs/coins/koto.json index 94454cf2..86a1fd78 100644 --- a/configs/coins/koto.json +++ b/configs/coins/koto.json @@ -22,10 +22,10 @@ "package_name": "backend-koto", "package_revision": "satoshilabs-1", "system_user": "koto", - "version": "4.4.0", - "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v4.4.0/koto-4.4.0-linux64.tar.gz", + "version": "4.5.1", + "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v4.5.1/koto-4.5.1-linux64.tar.gz", "verification_type": "gpg", - "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v4.4.0/koto-4.4.0-linux64.tar.gz.asc", + "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v4.5.1/koto-4.5.1-linux64.tar.gz.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/koto-qt" diff --git a/configs/coins/koto_testnet.json b/configs/coins/koto_testnet.json index 603835cc..33e8df1f 100644 --- a/configs/coins/koto_testnet.json +++ b/configs/coins/koto_testnet.json @@ -22,10 +22,10 @@ "package_name": "backend-koto-testnet", "package_revision": "satoshilabs-1", "system_user": "koto", - "version": "4.4.0", - "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v4.4.0/koto-4.4.0-linux64.tar.gz", + "version": "4.5.1", + "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v4.5.1/koto-4.5.1-linux64.tar.gz", "verification_type": "gpg", - "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v4.4.0/koto-4.4.0-linux64.tar.gz.asc", + "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v4.5.1/koto-4.5.1-linux64.tar.gz.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/koto-qt"