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 7, 2021
1 parent 2133f19 commit e5e4b7c
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.9</version>
<version>1.10</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.9</releaseNotes>
<releaseNotes>https://github.com/bp2008/pingtracer/releases/tag/1.10</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.9/PingTracer.1.9.zip
URL: https://github.com/bp2008/pingtracer/releases/download/1.10/PingTracer.1.10.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: E0129B715F44E3DC6485D30A7CB5C18C16AB3D901155027670A77CCBE1AFD219
checksum32: 9E16FA3A4CF599955288391E4377F45B264699D0E4D0153682D4DEF38FB5F2C2
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.9_x32.zip"
checksum = 'E0129B715F44E3DC6485D30A7CB5C18C16AB3D901155027670A77CCBE1AFD219'
file = "$toolsDir/PingTracer.1.10_x32.zip"
checksum = '9E16FA3A4CF599955288391E4377F45B264699D0E4D0153682D4DEF38FB5F2C2'
checksumType = 'sha256'
}

Expand Down

0 comments on commit e5e4b7c

Please sign in to comment.