Skip to content

Commit

Permalink
AU: 2 updated - gom-player virtualbox
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jan 16, 2020
1 parent e3274d9 commit c1c71db
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.48.5310</version>
<version>2.3.49.5311</version>
<packageSourceUrl>https://github.com/chocolatey-community/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 = '680d7b8afe6eb52427ec28b8de63ba3e42f43bfe89db67337411191e54d0f100'
checksum = 'be0e5907774e16aeb53ea575392b0fb66a08e005188378b9aa50c272b1a88fe8'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/virtualbox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0';
$packageArgs = @{
packageName = 'virtualbox'
fileType = 'EXE'
url = 'https://download.virtualbox.org/virtualbox/6.1.2/VirtualBox-6.1.2-135662-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.2/VirtualBox-6.1.2-135662-Win.exe'
checksum = '5ab4e6b8c1098c4c01ffea3f095198595853ce6014964d7268c47d1657c04231'
checksum64 = '5ab4e6b8c1098c4c01ffea3f095198595853ce6014964d7268c47d1657c04231'
url = 'https://download.virtualbox.org/virtualbox/6.1.2/VirtualBox-6.1.2-135663-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.2/VirtualBox-6.1.2-135663-Win.exe'
checksum = '703e7c9bcbdda0cd0040049dfcc754c0fb858b6d786a6033dc5d68f21b5fff99'
checksum64 = '703e7c9bcbdda0cd0040049dfcc754c0fb858b6d786a6033dc5d68f21b5fff99'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"4.2": "4.2.36",
"4.3": "4.3.40",
"6.0": "6.0.16",
"6.1": "6.1.2"
"6.1": "6.1.2.20200116"
}
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>6.1.2</version>
<version>6.1.2.20200116</version>
<authors>Oracle Corporation</authors>
<owners>chocolatey, Rob Reynolds, Mike Dellanoce</owners>
<summary>VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.</summary>
Expand Down

0 comments on commit c1c71db

Please sign in to comment.