Skip to content

Commit 84a8f06

Browse files
committed
1 parent 00e8c66 commit 84a8f06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

automatic/monero/monero.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>monero</id>
66
<title>Monero Wallet</title>
7-
<version>0.18.4.4</version>
7+
<version>0.18.4.5</version>
88
<authors>Monero Project</authors>
99
<owners>tunisiano</owners>
1010
<summary>Monero: the secure, private, untraceable cryptocurrency</summary>

automatic/monero/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
$ErrorActionPreference = 'Stop'
22
$packageName = $env:ChocolateyPackageName
3-
$url = 'https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.4.zip'
4-
$checksum = 'a148a2bd2b14183fb36e2cf917fce6f33fb687564db2ed53193b8432097ab398'
3+
$url = 'https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.5.zip'
4+
$checksum = '6a0eff6b06fe9b1372a64744900bfe19b47a532b6678d6f7055c2de9999b58d1'
55
$checksumType = 'sha256'
6-
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.4.zip'
7-
$checksum64 = '7eb3b87a105b3711361dd2b3e492ad14219d21ed8fd3dd726573a6cbd96e83a6'
6+
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.5.zip'
7+
$checksum64 = 'a58132eefdecf6bd5443ae52fc15c0c371499de17223667173e5c81d12bfc2c5'
88
$checksumType64 = 'sha256'
99
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
1010

0 commit comments

Comments
 (0)