Skip to content

Commit

Permalink
AU: 1 updated - monero
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 1, 2021
1 parent b81e806 commit 2a45dc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/monero/monero.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>monero</id>
<title>Monero Wallet</title>
<version>0.17.2.0</version>
<version>0.17.2.3</version>
<authors>Monero Project</authors>
<owners>tunisiano</owners>
<summary>Monero: the secure, private, untraceable cryptocurrency</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/monero/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://downloads.getmonero.org/cli/monero-win-x86-v0.17.2.0.zip'
$checksum = 'c772070ebdfe9e0d6abda5073808e648e69f8c35f8010e66b80f45a6bdb01792'
$url = 'https://downloads.getmonero.org/cli/monero-win-x86-v0.17.2.3.zip'
$checksum = '460ac8722d713022c13970d96f9098eb04b5ca4f59cc9dc929cc2dd590045a1e'
$checksumType = 'sha256'
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.17.2.0.zip'
$checksum64 = '71e531a0f799c80e3f6319888bd5b85a737091b9bd5d66366cae036163857caf'
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.17.2.3.zip'
$checksum64 = 'ba3f4ec7429aacf3e712bdf21d1ceb800eb94e1e376be8b2360a01d88bb862be'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 2a45dc1

Please sign in to comment.