Skip to content

Commit

Permalink
AU: 2 updated - gom-player patch-my-pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 22, 2018
1 parent 09b66ab commit 635eb7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/gom-player/gom-player.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gom-player</id>
<version>2.3.26.5283</version>
<version>2.3.27.5284</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/gom-player</packageSourceUrl>
<owners>chocolatey, AdmiringWorm</owners>
<title>GOM Player (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE'
softwareName = 'GOM Player'
checksum = '48a501e047b1ec2e3fa7c224c2c77d23a788c5635a9cfc9414aecacba18687c9'
checksum = '7f2a43f7a083d77b8ecd1d2241f1f08e367b98afcf7bd0a6086075ea2f078760'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/patch-my-pc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>patch-my-pc</id>
<version>3.4.1.0</version>
<version>4.0.0.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>Patch my PC</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = 'f314a244d14393d7355fde782ddcabe1edb97121a5ef19b7ab835ac6932c88af'
checksum = '4fb8a2a2b32c837705a63c1f28e769f71557ee97ed8d10436a215ad910c19002'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 635eb7a

Please sign in to comment.