Skip to content

Commit

Permalink
AU: 3 updated - mkdocs-material mp3tag virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 11, 2019
1 parent 2d8a7cd commit ead7e32
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>4.5.1</version>
<version>4.6.0</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '4.5.1'
$version = '4.6.0'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv299bsetup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv299csetup.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 415A5879247C2708B327419D68FA5BFFA1BF3A1E927CB80BAA0182871E9BB483
checksum32: 2B8429F7E3EEBD4B0CF26596399E1B7F084A412500FBFDA0AD02E0111E6E4211

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>2.99.2-beta</version>
<version>2.99.3-beta</version>
<title>Mp3tag</title>
<owners>chocolatey</owners>
<authors>Florian Heidenreich</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv299bsetup.exe"
file = "$toolsPath\mp3tagv299csetup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
12 changes: 6 additions & 6 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.0.14/VirtualBox-6.0.14-133895-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.0.14/VirtualBox-6.0.14-133895-Win.exe'
checksum = 'a24b3b3fd406766c409e5e2e8cf6d88cc7a50ad6694925e640c25e0d8d913063'
checksum64 = 'a24b3b3fd406766c409e5e2e8cf6d88cc7a50ad6694925e640c25e0d8d913063'
url = 'https://download.virtualbox.org/virtualbox/6.1.0/VirtualBox-6.1.0-135406-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.0/VirtualBox-6.1.0-135406-Win.exe'
checksum = '66dddf8871ba10d9b3f88728dd2180af5e404c484fccddace6fc352aa29bab89'
checksum64 = '66dddf8871ba10d9b3f88728dd2180af5e404c484fccddace6fc352aa29bab89'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = $silentArgs
Expand All @@ -39,8 +39,8 @@ if ($pp.ExtensionPack) {
Write-Host "Installing extension pack"
Write-Warning "*** THIS IS A COMMERCIAL EXTENSION AND CAN INCURE SIGNIFICANT FINANCIAL COSTS ***"

$url_ep = 'https://download.virtualbox.org/virtualbox/6.0.14/Oracle_VM_VirtualBox_Extension_Pack-6.0.14.vbox-extpack'
$checksum_ep = 'c8a5cc980c9c94cdac3d94e23cf159c2433aae76b416dbfb5b1a918758f21e63'
$url_ep = 'https://download.virtualbox.org/virtualbox/6.1.0/Oracle_VM_VirtualBox_Extension_Pack-6.1.0.vbox-extpack'
$checksum_ep = 'b907e69a5bad4dcd8e831416a2118b744bad1656918712a2d2131e595357cad4'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
3 changes: 2 additions & 1 deletion automatic/virtualbox/virtualbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"4.1": "4.1.44",
"4.2": "4.2.36",
"4.3": "4.3.40",
"6.0": "6.0.14"
"6.0": "6.0.14",
"6.1": "6.1.0"
}
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.0.14</version>
<version>6.1.0</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 ead7e32

Please sign in to comment.