monero-cli: Update to version 0.17.1.8

This commit is contained in:
Jakub Čábera 2020-12-31 09:49:57 +01:00
parent 6f1081a127
commit 3ae76f4255

View File

@ -1,17 +1,17 @@
{ {
"version": "0.17.1.7", "version": "0.17.1.8",
"description": "The secure, private, untraceable cryptocurrency (CLI)", "description": "The secure, private, untraceable cryptocurrency (CLI)",
"homepage": "https://getmonero.org/", "homepage": "https://getmonero.org/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.17.1.7.zip", "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.17.1.8.zip",
"hash": "4e1352b383095e9d4393a40785e159d6a4a83bca69f304a2dba258d370074ad0", "hash": "55bafa33142b2aa979e5f6b4a6ddb60584bc9e9434e3a8c0a7fd8c9852bbcd7e",
"extract_dir": "monero-x86_64-w64-mingw32" "extract_dir": "monero-x86_64-w64-mingw32"
}, },
"32bit": { "32bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.17.1.7.zip", "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.17.1.8.zip",
"hash": "ef47d1160f3926b9046b1ee0ac324b8d8c6196f8c93d685ef8e4b7e3274372fc", "hash": "4bd0c594c59de2815e91e7560be5b52370abb351f425c2ea1434a0ae4205c30a",
"extract_dir": "monero-i686-w64-mingw32" "extract_dir": "monero-i686-w64-mingw32"
} }
}, },