Skip to content

Commit 54dcd06

Browse files
committed
1 parent 7f98736 commit 54dcd06

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

automatic/axcrypt/axcrypt.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>axcrypt</id>
5-
<version>3.0.0.37</version>
5+
<version>3.0.0.38</version>
66
<title>AxCrypt</title>
77
<authors>Svante Seleborg, Zebastian Victorin, Måns Hansson, Linda Olander, Mattias Tall, Alejandro Serratosa, Juliette Dreyer</authors>
88
<owners>tunisiano</owners>

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.3</version>
7+
<version>0.18.4.4</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.3.zip'
4-
$checksum = 'e642ed7bbfa34c30b185387fa553aa9c3ea608db1f3fc0e9332afa9b522c9c1a'
3+
$url = 'https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.4.zip'
4+
$checksum = 'a148a2bd2b14183fb36e2cf917fce6f33fb687564db2ed53193b8432097ab398'
55
$checksumType = 'sha256'
6-
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.3.zip'
7-
$checksum64 = 'bd9f615657c35d2d7dd9a5168ad54f1547dbf9a335dee7f12fab115f6f394e36'
6+
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.4.zip'
7+
$checksum64 = '7eb3b87a105b3711361dd2b3e492ad14219d21ed8fd3dd726573a6cbd96e83a6'
88
$checksumType64 = 'sha256'
99
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
1010

0 commit comments

Comments
 (0)