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 May 14, 2022
1 parent 5f60d94 commit de3a77b
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.12.1</version>
<version>1.13</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.12.1</releaseNotes>
<releaseNotes>https://github.com/bp2008/pingtracer/releases/tag/1.13</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.12.1/PingTracer.1.12.1.zip
URL: https://github.com/bp2008/pingtracer/releases/download/1.13/PingTracer.1.13.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: C32609AF17B93DDA1362EDD9AF83AACEE3CE7408F7843C21D6E7CA213FC79587
checksum32: 049145DCD9135F3AA066A1C0A782DB9634E549F7660124C119DE0002AF647068
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.12.1_x32.zip"
checksum = 'C32609AF17B93DDA1362EDD9AF83AACEE3CE7408F7843C21D6E7CA213FC79587'
file = "$toolsDir/PingTracer.1.13_x32.zip"
checksum = '049145DCD9135F3AA066A1C0A782DB9634E549F7660124C119DE0002AF647068'
checksumType = 'sha256'
}

Expand Down

0 comments on commit de3a77b

Please sign in to comment.