Skip to content

Commit

Permalink
AU: 6 updated - cmake cmake.install cmake.portable mono Opera palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 10, 2019
1 parent 40ba4cb commit 36d084c
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"3.13": "3.13.4",
"3.14": "3.14.7",
"3.15": "3.15.5",
"3.16": "3.16.0"
"3.16": "3.16.1"
}
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.16.0</version>
<version>3.16.1</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.16.0/cmake-3.16.0-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0/cmake-3.16.0-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-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: B68A443A2C2CBAA929C570E3D9E3432B531AC3F64050611D82AE037531656F8A
checksum64: 067B1D3B203E0CB7DA3549C2E04986E8EED0BD7002F14731569E3AAE3D1F81F0
checksum32: F68AFE0BE0A7C99BD3CB029607D3E3A5002D49FF2D407652BD4501BBF8411957
checksum64: C99E6B0AC8C48D913F268F4C3D82328AE3F816C1FFAAA7FC648F4C5C9D0D7977

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.16.0-win32-x86.msi"
file64 = "$toolsPath\cmake-3.16.0-win64-x64.msi"
file = "$toolsPath\cmake-3.16.1-win32-x86.msi"
file64 = "$toolsPath\cmake-3.16.1-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.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"3.13": "3.13.4",
"3.14": "3.14.7",
"3.15": "3.15.5",
"3.16": "3.16.0"
"3.16": "3.16.1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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.portable</id>
<version>3.16.0</version>
<version>3.16.1</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
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.16.0/cmake-3.16.0-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0/cmake-3.16.0-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-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: 710E96A01A133BC8A077FB68CE4B4B960F61D9EC269FB4D2E0C7CE2950303643
checksum64: 2311572C96C3902CFF0C42F807C08D07ABD44DC981B80BBAFA916E1C1BE5072B
checksum32: 34F9FBCE77BF2E6CD6E8E4752F0FEDBB767A2034209C6A7FE7BE45506EDC69AF
checksum64: DD00F6E7D7EE7DC5D7F17B915181C6DF8026946C82D7E03B0082F10A09F7D44A

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
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

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

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"3.13": "3.13.5",
"3.14": "3.14.7",
"3.15": "3.15.5",
"3.16": "3.16.0"
"3.16": "3.16.1"
}
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.16.0</version>
<version>3.16.1</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.16.0]" />
<dependency id="cmake.install" version="[3.16.1]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/mono/mono.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>mono</id>
<version>6.4.0.198</version>
<version>6.6.0.161</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://download.mono-project.com/archive/6.4.0/windows-installer/mono-6.4.0.198-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.4.0/windows-installer/mono-6.4.0.198-x64-0.msi'
url = 'https://download.mono-project.com/archive/6.6.0/windows-installer/mono-6.6.0.161-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.6.0/windows-installer/mono-6.6.0.161-x64-0.msi'
softwareName = 'Mono for Windows*'
checksum = '8957ca62bed562dc12d1e03baf2691901a73907459f54871789de2943225aaa1'
checksum = 'e33e52c0946e6f848976886d95be55b1f811aa2b491ff19a6f18dae94c133fa1'
checksumType = 'sha256'
checksum64 = '4f135b672017ea861539320cdba124768364fd653d7736d3498dc77cc249abe1'
checksum64 = '8d3392ed19977c0b869aaf594fd9c12114d8bcb6185bca27d8329ff5f974d23e'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>65.0.3467.62</version>
<version>65.0.3467.69</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-65/#b3467.62</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-65/#b3467.69</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/65.0.3467.62/win/Opera_65.0.3467.62_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/65.0.3467.62/win/Opera_65.0.3467.62_Setup_x64.exe'
checksum = '568732d3e1b8b5a06f08d6037cd8417831b858161b97bfcb6803d95739f896de'
checksum64 = '6d3aea09509f0494758b4f5a5430f31aaff3ee4a80d32c4304b91f8a17d6f4c6'
url = 'https://get.geo.opera.com/pub/opera/desktop/65.0.3467.69/win/Opera_65.0.3467.69_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/65.0.3467.69/win/Opera_65.0.3467.69_Setup_x64.exe'
checksum = '3ff7952f3ec3e13fa229c160b7a5993ef813ef3ad96b02054fdc8993620e3b31'
checksum64 = '4713599700f92033ba3ac12ecca47fba7f786076e4df25fcca8ad3a3b18f09d3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '65.0.3467.62'
$version = '65.0.3467.69'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>28.7.2</version>
<version>28.8.0</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-28.7.2.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-28.7.2.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-28.8.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-28.8.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'ffe9734b4b366f277c314bf0a78e0d6cfa550b865ae02a3272b00b8c36d0c161'
checksum = '53cb9d643fbbdf9773323b82b45c0131c233c23c6f30d2ba3f45ac1fd94b0e57'
checksumType = 'sha256'
checksum64 = '2a331b1804f044a4ffadfc52400c405085c4cadccb1c84d1c4879c7b081b27aa'
checksum64 = 'f9da4c3ed515d42b14132fc4b700a5c42f7a25116cf23dd7207154b4e6531358'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 36d084c

Please sign in to comment.