diff --git a/automatic/gom-player/gom-player.nuspec b/automatic/gom-player/gom-player.nuspec index 43ced20f07d..5def3ebfcdc 100644 --- a/automatic/gom-player/gom-player.nuspec +++ b/automatic/gom-player/gom-player.nuspec @@ -3,7 +3,7 @@ gom-player - 2.3.100 + 2.3.101 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gom-player chocolatey-community, AdmiringWorm GOM Player (Install) diff --git a/automatic/gom-player/tools/chocolateyinstall.ps1 b/automatic/gom-player/tools/chocolateyinstall.ps1 index d1f44913067..7b663117eec 100644 --- a/automatic/gom-player/tools/chocolateyinstall.ps1 +++ b/automatic/gom-player/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ fileType = 'exe' url = 'https://app.gomtv.com/gom/GOMPLAYERKORSETUP.EXE' softwareName = 'GOM Player' - checksum = 'a00741f0f6be453538f1ab85f0add98836ed1de12177d0a1a2d734f227a8d1de' + checksum = '9d350fc60909a9cbdc89c09b9be9ae0bfe72479ac369ce9af948812e7d0f51dc' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0)