monero-cli: Update to version 0.18.1.0

This commit is contained in:
github-actions[bot] 2022-08-11 20:31:30 +00:00
parent a4588009d9
commit cad2f74208

View File

@ -1,17 +1,17 @@
{ {
"version": "0.18.0.0", "version": "0.18.1.0",
"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.18.0.0.zip", "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.18.1.0.zip",
"hash": "0b94088db62d0ded1d62d02a631b93978984acce337e01a802edd87e521dfcd1", "hash": "d0e2b3255163ec0499de42639cc86cf4ddae0bc5fa65aa7377ff9c40305da8fd",
"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.18.0.0.zip", "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.18.1.0.zip",
"hash": "d55e86e1434a7e1cebd6931d21063e82c25a7126ddad8704f15501bb9a6e64a4", "hash": "ed18233503b6135a29732a79b261b50aced24b99686843bc11e7e9fb2d50cf42",
"extract_dir": "monero-i686-w64-mingw32" "extract_dir": "monero-i686-w64-mingw32"
} }
}, },