File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
44 <metadata >
55 <id >pingtracer</id >
6- <version >1.10.1 </version >
6+ <version >1.11 </version >
77 <title >Ping Tracer</title >
88 <owners >cmorty</owners >
99 <authors >bp2008</authors >
@@ -34,7 +34,7 @@ Something you should be aware of is that when you attempt to "Graph every node l
3434
3535
3636]]> </description >
37- <releaseNotes >https://github.com/bp2008/pingtracer/releases/tag/1.10.1 </releaseNotes >
37+ <releaseNotes >https://github.com/bp2008/pingtracer/releases/tag/1.11 </releaseNotes >
3838 <copyright />
3939 <tags >ping traceroute</tags >
4040 <packageSourceUrl >https://github.com/cmorty/au-packages/</packageSourceUrl >
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ As well as the build logs at: https://gist.github.com/cmorty/554cd2b607b7bf0a288
99
1010To verify the package you need to
11111. Download the zip from the following
12- URL: https://github.com/bp2008/pingtracer/releases/download/1.10.1 /PingTracer.1.10.1 .zip
12+ URL: https://github.com/bp2008/pingtracer/releases/download/1.11 /PingTracer.1.11 .zip
13132. You can use one of the following methods to obtain the checksum
1414 - Use powershell function 'Get-Filehash'
1515 - Use chocolatey utility 'checksum.exe'
1616
1717 checksum type: sha256
18- checksum32: 30C454FFC454E6B104804FCBFA6ACE2D62F77E84B0A050670BA84D937B5282E7
18+ checksum32: 7136B78DE66263E11CFA6349ABDE6D10426F59A9E67BB01610B870390C44AAF5
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
77$packageArgs = @ {
88 unzipLocation = " $toolsDir "
99 packageName = " pingtracer"
10- file = " $toolsDir /PingTracer.1.10.1_x32 .zip"
11- checksum = ' 30C454FFC454E6B104804FCBFA6ACE2D62F77E84B0A050670BA84D937B5282E7 '
10+ file = " $toolsDir /PingTracer.1.11_x32 .zip"
11+ checksum = ' 7136B78DE66263E11CFA6349ABDE6D10426F59A9E67BB01610B870390C44AAF5 '
1212 checksumType = ' sha256'
1313}
1414
You can’t perform that action at this time.
0 commit comments