Skip to content

Commit

Permalink
AU: 7 updated - ccleaner cmake cmake.install kitty minishift mp3tag v…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 16, 2019
1 parent dc55360 commit 009f04b
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 38 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.59.7230</version>
<version>5.60.7307</version>
<authors>Piriform</authors>
<owners>maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup559.exe'
checksum = '7b87c80ab39dd50578b79fb8157ace3b64204417b11d25d3597ede0ee7efb1a3'
url = 'https://download.ccleaner.com/ccsetup560.exe'
checksum = '00be05f95e08eb4f181ccde15403e782150a616cb93fd74525c99920f53a2cea'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"3.11": "3.11.4",
"3.12": "3.12.4",
"3.13": "3.13.4",
"3.14": "3.14.5",
"3.14": "3.14.6",
"3.15": "3.15.0-rc4"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.15.0-rc4</version>
<version>3.14.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.15.0-rc4/cmake-3.15.0-rc4-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.0-rc4/cmake-3.15.0-rc4-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.6/cmake-3.14.6-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.6/cmake-3.14.6-win64-x64.msi>
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: 766F1C54AC989D1022A60C5CBD3D973C414F1B57AD372E741875E9569AE8986F
checksum64: 9308E7A2176DA6BB1900ABE1CD352A25795D3ACB7F1ED5A5790C06CF9486C642
checksum32: 4E5D9C5CC84FF4E3E5674D9D42E350C95EF10A37646A1A48D89027271F606544
checksum64: 9E724FAFFA7CC1646151C49CA224C808C62BD10622DA158B51125B1EDAE833D1

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.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.15.0-rc4-win32-x86.msi"
file64 = "$toolsPath\cmake-3.15.0-rc4-win64-x64.msi"
file = "$toolsPath\cmake-3.14.6-win32-x86.msi"
file64 = "$toolsPath\cmake-3.14.6-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"3.11": "3.11.4",
"3.12": "3.12.2",
"3.13": "3.13.5",
"3.14": "3.14.5",
"3.14": "3.14.6",
"3.15": "3.15.0-rc4"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.15.0-rc4</version>
<version>3.14.6</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.15.0-rc4]" />
<dependency id="cmake.install" version="[3.14.6]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kitty</id>
<version>0.71.0.5</version>
<version>0.71.0.6</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey, Andre-Patrick Bubel, Miodrag Milic</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/minishift/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/minishift/minishift/releases/tag/v1.34.0>
location on <https://github.com/minishift/minishift/releases/tag/v1.34.1>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/minishift/minishift/releases/download/v1.34.0/minishift-1.34.0-windows-amd64.zip>
software: <https://github.com/minishift/minishift/releases/download/v1.34.1/minishift-1.34.1-windows-amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: 14DFB47F92AD57F7A63B234EBCCDA3A800AEF3F31FD41AEED9BB23C0EDF77C6C
checksum: 1501FEBF587B9B7BC39CC44ABE1D581C5AEB9C33C024E1E3A8F2D6A291C43880

The file 'LICENSE.txt' has been obtained from <https://github.com/minishift/minishift/blob/eff0477aa242432aaba284febf9496ebe6cd2371/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minishift/minishift.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>minishift</id>
<version>1.34.0</version>
<version>1.34.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/minishift</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minishift: Run OpenShift locally</title>
Expand All @@ -26,7 +26,7 @@ Minishift uses libmachine for provisioning VMs, and OpenShift Origin for running
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.34.0</releaseNotes>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.34.1</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
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/mp3tagv297setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv297asetup.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: 30880AE7A39CE952BD3ED7BF731ADA26CE426D4888B75E8566E5FBBCD21823BD
checksum32: E53815A747FCB7A359FDD10466AB85F191D0EFF10708078BC94CE7D583639E0B

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.97</version>
<version>2.97.1-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\mp3tagv297setup.exe"
file = "$toolsPath\mp3tagv297asetup.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.8/VirtualBox-6.0.8-130520-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.0.8/VirtualBox-6.0.8-130520-Win.exe'
checksum = '81e05e3258b92637d75747096aa76464bc12223e0081cc03ee1736a16ed05764'
checksum64 = '81e05e3258b92637d75747096aa76464bc12223e0081cc03ee1736a16ed05764'
url = 'https://download.virtualbox.org/virtualbox/6.0.10/VirtualBox-6.0.10-132072-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.0.10/VirtualBox-6.0.10-132072-Win.exe'
checksum = 'e7c8d015c9831ffa6bde56d6b4aaa3ddf11ee410ae643bae7ded96bdb5c8f78d'
checksum64 = 'e7c8d015c9831ffa6bde56d6b4aaa3ddf11ee410ae643bae7ded96bdb5c8f78d'
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.8/Oracle_VM_VirtualBox_Extension_Pack-6.0.8.vbox-extpack'
$checksum_ep = '6d89127c7f043fa96592da96ca87ac5ee9a7afd347d788380f91b695b67d7954'
$url_ep = 'https://download.virtualbox.org/virtualbox/6.0.10/Oracle_VM_VirtualBox_Extension_Pack-6.0.10.vbox-extpack'
$checksum_ep = 'e5a9eb240379a57c9bf03954a594a03431698e67aef551e27f62170bed9b16ea'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
4 changes: 2 additions & 2 deletions automatic/virtualbox/virtualbox.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"5.1": "5.1.38",
"5.0": "5.0.40",
"5.2": "5.2.28",
"5.2": "5.2.32",
"4.0": "4.0.36",
"4.1": "4.1.44",
"4.2": "4.2.36",
"4.3": "4.3.40",
"6.0": "6.0.8"
"6.0": "6.0.10"
}
24 changes: 18 additions & 6 deletions automatic/virtualbox/virtualbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,38 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>6.0.8</version>
<version>6.0.10</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>
<description><![CDATA[VirtualBox is a cross-platform virtualization application. It installs on existing Intel or AMD-based computers, whether they are running Windows, Mac, Linux or Solaris operating systems. It extends the capabilities of your existing computer so that it can run multiple operating systems (inside multiple virtual machines) at the same time.
## Features
- Supports 64 bit versions of Windows, Mac OSX, Linux and Solaris
- Portability
- No hardware virtualization required
- Guest Additions: shared folders, seamless windows, 3D virtualization
- Great hardware support: SMP, USB devices, ACPI, multiscreen, ISCSI, PXE network boot
- Multigeneration branched snapshots
- VM groups
- Clean architecture and unprecedented modularity
- Remote machine display
## Package parameters
### Installation/Upgrading
- `/CurrentUser` - Install for current user only
- `/NoDesktopShortcut` - Do not create desktop shortcut
- `/NoQuickLaunch` - Do not create quick launch icon
- `/NoRegister` - Do not register virtualbox file extensions
- `/NoPath` - Do not add virtualbox install directory to the PATH
- `/NoExtensionPack` - Do not install extension pack
- `/KeepExtensions` - Do not uninstall installed virtualbox extensions (only when uninstalling package)
- `/ExtensionPack` - Install extension pack - **THIS IS COMMERCIAL EXTENSION AND CAN INCURE [SIGNIFICANT COSTS](https://web.archive.org/web/20171201035409/https://www.virtualbox.org/wiki/Licensing_FAQ)**
Example: `choco install virtualbox --params "/NoDesktopShortcut /ExtensionPack"`
### Uninstalling
- `/KeepExtensions` - Do not uninstall installed virtualbox extensions
Example: `choco install virtualbox --params "/NoDesktopShortcut /NoExtensionPack"`
![screenshot](https://github.com/chocolatey-community/chocolatey-coreteampackages/blob/master/automatic/virtualbox/screenshot.png?raw=true)
]]></description>
<projectUrl>https://www.virtualbox.org/</projectUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/virtualbox</packageSourceUrl>
Expand Down

0 comments on commit 009f04b

Please sign in to comment.