Skip to content

Commit 643bfd0

Browse files
author
Chocolatey
committed
1 parent f20b153 commit 643bfd0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pingtracer/pingtracer.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
![screenshot](http://i.imgur.com/g5jmH0W.png)
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>

pingtracer/tools/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ As well as the build logs at: https://gist.github.com/cmorty/554cd2b607b7bf0a288
99

1010
To verify the package you need to
1111
1. 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
1313
2. 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

pingtracer/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)