diff --git a/configs/coins/koto.json b/configs/coins/koto.json index f392c14a..b09c144f 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": "2.0.3", - "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.3/koto-2.0.3-linux64.tar.gz", + "version": "2.0.5", + "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.5/koto-2.0.5-linux64.tar.gz", "verification_type": "gpg", - "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.3/koto-2.0.3-linux64.tar.gz.asc", + "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.5/koto-2.0.5-linux64.tar.gz.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/koto-qt" @@ -66,4 +66,4 @@ "package_maintainer": "WO", "package_maintainer_email": "wo@kotocoin.info" } -} \ No newline at end of file +} diff --git a/configs/coins/koto_testnet.json b/configs/coins/koto_testnet.json index 07c1f36c..4a265a0f 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": "2.0.3", - "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.3/koto-2.0.3-linux64.tar.gz", + "version": "2.0.5", + "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.5/koto-2.0.5-linux64.tar.gz", "verification_type": "gpg", - "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.3/koto-2.0.3-linux64.tar.gz.asc", + "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.5/koto-2.0.5-linux64.tar.gz.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/koto-qt"