Skip to content

Commit

Permalink
AU: 3 updated - cmake cmake.portable virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 15, 2020
1 parent 3e566c9 commit a0aafef
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Expand Up @@ -9,5 +9,5 @@
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.3",
"3.18": "3.18.0-rc4"
"3.18": "3.18.0"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.portable</id>
<version>3.18.0-rc4</version>
<version>3.18.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc4/cmake-3.18.0-rc4-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0-rc4/cmake-3.18.0-rc4-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0-win64-x64.zip>
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: A62450D5D83D59FFD47C6D7D187E32C28C1884C8E40EF7CD68F3D22421F39453
checksum64: 4111B7B9183976EFAFD5860AF5D129D5062087DFE448CAF21C1BE31EC76ECE70
checksum32: 8CC217B2CB01A69CE0C735D77A2D4E96199D6694452BBB43EA43696BF80E7DAA
checksum64: A00307A70D5DD133D6788915F2C6EA4B1946BF3A1EB06A686B088A65CFE7C0D6

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.18.0-rc4-win32-x86.zip"
file64 = "$toolsPath\cmake-3.18.0-rc4-win64-x64.zip"
file = "$toolsPath\cmake-3.18.0-win32-x86.zip"
file64 = "$toolsPath\cmake-3.18.0-win64-x64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Expand Up @@ -9,5 +9,5 @@
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.3",
"3.18": "3.18.0-rc4"
"3.18": "3.18.0"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake</id>
<version>3.18.0-rc4</version>
<version>3.18.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.18.0-rc4]" />
<dependency id="cmake.install" version="[3.18.0]" />
</dependencies>
</metadata>
<files />
Expand Down
12 changes: 6 additions & 6 deletions automatic/virtualbox/tools/chocolateyInstall.ps1
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.12/VirtualBox-6.1.12-139181-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.12/VirtualBox-6.1.12-139181-Win.exe'
checksum = '8dd5d00ef67ae96c9b91e9ed4065320bb0ea5927aec3ddadb938bfd0686c2e43'
checksum64 = '8dd5d00ef67ae96c9b91e9ed4065320bb0ea5927aec3ddadb938bfd0686c2e43'
url = 'https://download.virtualbox.org/virtualbox/5.2.44/VirtualBox-5.2.44-139111-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/5.2.44/VirtualBox-5.2.44-139111-Win.exe'
checksum = '2335e98f1c41f3aad5e16d2d5d18298e19d1cb04021fd752e3e2cd952996c7cd'
checksum64 = '2335e98f1c41f3aad5e16d2d5d18298e19d1cb04021fd752e3e2cd952996c7cd'
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.1.12/Oracle_VM_VirtualBox_Extension_Pack-6.1.12.vbox-extpack'
$checksum_ep = '8c43fc6ab19fc83ed3c73c6e62f7f02886503cc800d27198e8bee89586b18eda'
$url_ep = 'https://download.virtualbox.org/virtualbox/5.2.44/Oracle_VM_VirtualBox_Extension_Pack-5.2.44.vbox-extpack'
$checksum_ep = '74cff0e813534ca7759d492940803463825a13c33bd33f7e7912967805f84843'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.json
@@ -1,7 +1,7 @@
{
"5.1": "5.1.38",
"5.0": "5.0.40",
"5.2": "5.2.42",
"5.2": "5.2.44",
"4.0": "4.0.36",
"4.1": "4.1.44",
"4.2": "4.2.36",
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>6.1.12</version>
<version>5.2.44</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 a0aafef

Please sign in to comment.