Skip to content

Commit

Permalink
AU: 2 updated - monero pinginfoview
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 11, 2023
1 parent 382e616 commit cc6a18a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.18.2.2</version>
<version>0.18.3.1</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.18.2.2.zip'
$checksum = 'b7366408e74b321aa5fa3993187a862d93dc41cbc43dc585f82fc17a4c423ded'
$url = 'https://downloads.getmonero.org/cli/monero-win-x86-v0.18.3.1.zip'
$checksum = '5bcbeddce32b50ebe18289d0560ebf779441526ec84d73b6a83094f092365271'
$checksumType = 'sha256'
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.18.2.2.zip'
$checksum64 = '964c13f5d596289d2ab8ba9e265ff1e255a06269cf8fd216187d7b77a11c1371'
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.18.3.1.zip'
$checksum64 = '35dcc4bee4caad3442659d37837e0119e4649a77f2e3b5e80dd6d9b8fc4fb6ad'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/pinginfoview/pinginfoview.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>pinginfoview</id>
<title>PingInfoView</title>
<version>2.30</version>
<version>3.00</version>
<authors>Nir Sofer</authors>
<owners>tunisiano</owners>
<summary>Ping to multiple host names/IP addresses</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pinginfoview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://www.nirsoft.net/utils/pinginfoview.zip'
$checksum = '37317a3d50815ab8c07fd4b7e52d5970873620db661dfade969b5403d43549b4'
$checksum = 'fc97197223460b6d4d9754b8e62c296a7dcbf5b59b047f9fb08f6d4657207938'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "$($packageName).exe"
Expand Down

0 comments on commit cc6a18a

Please sign in to comment.