Bump Koto backend to 2.1.0-1

This commit is contained in:
WO 2020-01-18 20:29:00 +09:00 committed by Martin
parent 6429290fdc
commit a89a1fb85a
2 changed files with 6 additions and 6 deletions

View File

@ -22,10 +22,10 @@
"package_name": "backend-koto",
"package_revision": "satoshilabs-1",
"system_user": "koto",
"version": "2.1.0",
"binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v2.1.0/koto-2.1.0-linux64.tar.gz",
"version": "2.1.0-1",
"binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v2.1.0-1/koto-2.1.0-1-linux64.tar.gz",
"verification_type": "gpg",
"verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v2.1.0/koto-2.1.0-linux64.tar.gz.asc",
"verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v2.1.0-1/koto-2.1.0-1-linux64.tar.gz.asc",
"extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [
"bin/koto-qt"

View File

@ -22,10 +22,10 @@
"package_name": "backend-koto-testnet",
"package_revision": "satoshilabs-1",
"system_user": "koto",
"version": "2.1.0",
"binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v2.1.0/koto-2.1.0-linux64.tar.gz",
"version": "2.1.0-1",
"binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v2.1.0-1/koto-2.1.0-1-linux64.tar.gz",
"verification_type": "gpg",
"verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v2.1.0/koto-2.1.0-linux64.tar.gz.asc",
"verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v2.1.0-1/koto-2.1.0-1-linux64.tar.gz.asc",
"extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [
"bin/koto-qt"