From cad2f742081b0fc916d8f41050e09dc21876633c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 20:31:30 +0000 Subject: [PATCH] monero-cli: Update to version 0.18.1.0 --- bucket/monero-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/monero-cli.json b/bucket/monero-cli.json index 598b4d3831..4d704dd86a 100644 --- a/bucket/monero-cli.json +++ b/bucket/monero-cli.json @@ -1,17 +1,17 @@ { - "version": "0.18.0.0", + "version": "0.18.1.0", "description": "The secure, private, untraceable cryptocurrency (CLI)", "homepage": "https://getmonero.org/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.18.0.0.zip", - "hash": "0b94088db62d0ded1d62d02a631b93978984acce337e01a802edd87e521dfcd1", + "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.18.1.0.zip", + "hash": "d0e2b3255163ec0499de42639cc86cf4ddae0bc5fa65aa7377ff9c40305da8fd", "extract_dir": "monero-x86_64-w64-mingw32" }, "32bit": { - "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.18.0.0.zip", - "hash": "d55e86e1434a7e1cebd6931d21063e82c25a7126ddad8704f15501bb9a6e64a4", + "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.18.1.0.zip", + "hash": "ed18233503b6135a29732a79b261b50aced24b99686843bc11e7e9fb2d50cf42", "extract_dir": "monero-i686-w64-mingw32" } },