From 660d9cb8d2459e3b8ba16424cfb55e765417176f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 8 Jan 2021 18:19:25 +0100 Subject: [PATCH] monero-cli: Update to version 0.17.1.9 --- 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 4509a52b5e..cfcf5e7b72 100644 --- a/bucket/monero-cli.json +++ b/bucket/monero-cli.json @@ -1,17 +1,17 @@ { - "version": "0.17.1.8", + "version": "0.17.1.9", "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.17.1.8.zip", - "hash": "55bafa33142b2aa979e5f6b4a6ddb60584bc9e9434e3a8c0a7fd8c9852bbcd7e", + "url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.17.1.9.zip", + "hash": "a3e6e2f55deb487f6b4a33cf430d82d62e986d37d7d589dcb33a4ff0a13a062b", "extract_dir": "monero-x86_64-w64-mingw32" }, "32bit": { - "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.17.1.8.zip", - "hash": "4bd0c594c59de2815e91e7560be5b52370abb351f425c2ea1434a0ae4205c30a", + "url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.17.1.9.zip", + "hash": "bb3c633a3d8ac160bc9c75ef514a9cbc77f1f45bdbd220d1963d78d66435c23a", "extract_dir": "monero-i686-w64-mingw32" } },