monero-cli: Update to version 0.17.0.1

This commit is contained in:
Richard Kuhnt 2020-09-30 12:00:24 +00:00
parent 90b1821e88
commit ab52ce3725

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.17.0.0", "version": "0.17.0.1",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.17.0.0.zip", "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.17.0.1.zip",
"hash": "8b84b4c9820a9b0f5e010079ceaf622936cbf4a5cec6de099c2dbbaf3cf47b73", "hash": "f59a771efdd5e6bcd74668be9fe6798e1c2effeb38fce1639b24b307a95985cb",
"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.0.0.zip", "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.17.0.1.zip",
"hash": "bd92b31b82d4349416f2bac6d9d76404c526f9e546f90cc9806084badccd9de8", "hash": "ac50eb3fb993fd496a1856b01655494b5fe2b0a57a01c432c0c06a996e90058e",
"extract_dir": "monero-i686-w64-mingw32" "extract_dir": "monero-i686-w64-mingw32"
} }
}, },