monero-cli: Update to version 0.17.0.0

This commit is contained in:
Richard Kuhnt 2020-09-18 15:00:19 +00:00
parent 917ead95ff
commit d4e8bf6ea8

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://getmonero.org/", "homepage": "https://getmonero.org/",
"description": "The secure, private, untraceable cryptocurrency (CLI)", "description": "The secure, private, untraceable cryptocurrency (CLI)",
"version": "0.16.0.3", "version": "0.17.0.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.16.0.3.zip", "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.17.0.0.zip",
"hash": "5d52712827d29440d53d521852c6af179872c5719d05fa8551503d124dec1f48", "hash": "8b84b4c9820a9b0f5e010079ceaf622936cbf4a5cec6de099c2dbbaf3cf47b73",
"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.16.0.3.zip", "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.17.0.0.zip",
"hash": "ff094c5191b0253a557be5d6683fd99e1146bf4bcb99dc8824bd9a64f9293104", "hash": "bd92b31b82d4349416f2bac6d9d76404c526f9e546f90cc9806084badccd9de8",
"extract_dir": "monero-i686-w64-mingw32" "extract_dir": "monero-i686-w64-mingw32"
} }
}, },