Skip to content

Commit

Permalink
AU: 1 updated - pingo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 2, 2023
1 parent 54e56ba commit 9283a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pingo/pingo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pingo</id>
<version>0.69</version>
<version>0.70</version>
<packageSourceUrl>https://github.com/ye4241/chocolatey-packages</packageSourceUrl>
<owners>ye4241</owners>
<title>pingo (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion pingo/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url64bit = 'https://css-ig.net/bin/pingo-win64.zip'
checksum64 = '04f7ca18347a55573df7fd2963c9826653e210c1d4dd62f59b154ec96c70850f'
checksum64 = 'f2d40cf7017f057bc0682905425907498c10141cb855624b9c02fec40733e6ff'
checksumType64 = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs

0 comments on commit 9283a00

Please sign in to comment.