monero-cli: Update to version 0.16.0.0

This commit is contained in:
Richard Kuhnt 2020-05-23 15:01:48 +00:00
parent 8972d195db
commit 6ff625cb5a

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.15.0.5", "version": "0.16.0.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.15.0.5.zip", "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.16.0.0.zip",
"hash": "0286e21552d3fedfedbc7c7aba2f34c370ad4c21007a75fb67ac87994c5cec5a", "hash": "f2750efb65b70ae9cad64d977cb0bfbe4dc6d014fe0b7fd565002282d67d469d",
"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.15.0.5.zip", "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.16.0.0.zip",
"hash": "bdcc5af964b6271bbf05609edfc49093b690f15031b748dfb43ffe991ae9cc6e", "hash": "b1fc293dd9c12f90c7c343777298e86a22f25788561629b92ec0b23eb6cfb42c",
"extract_dir": "monero-i686-w64-mingw32" "extract_dir": "monero-i686-w64-mingw32"
} }
}, },