Skip to content

Commit

Permalink
AU: 1 updated - pingtracer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 27, 2021
1 parent 200fe72 commit a68e79f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pingtracer/pingtracer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>pingtracer</id>
<version>1.10</version>
<version>1.10.1</version>
<title>Ping Tracer</title>
<owners>cmorty</owners>
<authors>bp2008</authors>
Expand Down Expand Up @@ -34,7 +34,7 @@ Something you should be aware of is that when you attempt to "Graph every node l
![screenshot](http://i.imgur.com/g5jmH0W.png)
]]></description>
<releaseNotes>https://github.com/bp2008/pingtracer/releases/tag/1.10</releaseNotes>
<releaseNotes>https://github.com/bp2008/pingtracer/releases/tag/1.10.1</releaseNotes>
<copyright />
<tags>ping traceroute</tags>
<packageSourceUrl>https://github.com/cmorty/au-packages/</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions pingtracer/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ As well as the build logs at: https://gist.github.com/cmorty/554cd2b607b7bf0a288

To verify the package you need to
1. Download the zip from the following
URL: https://github.com/bp2008/pingtracer/releases/download/1.10/PingTracer.1.10.zip
URL: https://github.com/bp2008/pingtracer/releases/download/1.10.1/PingTracer.1.10.1.zip
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 9E16FA3A4CF599955288391E4377F45B264699D0E4D0153682D4DEF38FB5F2C2
checksum32: 30C454FFC454E6B104804FCBFA6ACE2D62F77E84B0A050670BA84D937B5282E7
4 changes: 2 additions & 2 deletions pingtracer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
unzipLocation = "$toolsDir"
packageName = "pingtracer"
file = "$toolsDir/PingTracer.1.10_x32.zip"
checksum = '9E16FA3A4CF599955288391E4377F45B264699D0E4D0153682D4DEF38FB5F2C2'
file = "$toolsDir/PingTracer.1.10.1_x32.zip"
checksum = '30C454FFC454E6B104804FCBFA6ACE2D62F77E84B0A050670BA84D937B5282E7'
checksumType = 'sha256'
}

Expand Down

0 comments on commit a68e79f

Please sign in to comment.