From bba17043cc82e0001775f36722606c216850e1f8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 23 Nov 2019 14:00:23 +0000 Subject: [PATCH] monero-cli: Update to version 0.15.0.1 --- 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 2771a9da3b..8530d49047 100644 --- a/bucket/monero-cli.json +++ b/bucket/monero-cli.json @@ -1,17 +1,17 @@ { "homepage": "https://getmonero.org/", "description": "The secure, private, untraceable cryptocurrency (CLI)", - "version": "0.15.0.0", + "version": "0.15.0.1", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.15.0.0.zip", - "hash": "6b72b3836d179eb517154bbcb8e2119b168ae9d1054866a438aaeab9521f795f", + "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.15.0.1.zip", + "hash": "a1d2a4a0a9f2cdb17808c0b7a2a872a70c9f3e6487494b29cc1627b5490f25e9", "extract_dir": "monero-x86_64-w64-mingw32" }, "32bit": { - "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.15.0.0.zip", - "hash": "b4856d0d3389497bf103d5a4dc4e73c6a39e5be20736b3e0286e76f100c508b6", + "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.15.0.1.zip", + "hash": "a3dc6d57c52383fcb83337799909c2c85cc8fe88b127d9408e3ea92880beb38d", "extract_dir": "monero-i686-w64-mingw32" } },