Skip to content

Commit

Permalink
AU: 4 updated - cmake cmake.install cmake.portable Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 18, 2020
1 parent 4f1a298 commit 89e534a
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.5",
"3.18": "3.18.4",
"3.19": "3.19.0-rc3"
"3.18": "3.18.5",
"3.19": "3.19.0"
}
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.19.0-rc3</version>
<version>3.19.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, 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.19.0-rc3/cmake-3.19.0-rc3-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.0-rc3/cmake-3.19.0-rc3-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.0/cmake-3.19.0-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.0/cmake-3.19.0-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: 11179292A6D46B051DCBD92F718E1F559D46CE52A7F69AB65D77A7D9F98A2C18
checksum64: 0DF4D471B7BBE1BC4017A73669ECDF4160D6CCF87721615786AFCE0E3C6AEB76
checksum32: D2F2163AC6409DC05A46A483264A04CF0569457C765B8DD01C6EFA3642498975
checksum64: 476483357B1F3F9429F82C4D3DC4722BE0648BCE94A042F9A380DFE0EF7157E1

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.19.0-rc3-win32-x86.msi"
file64 = "$toolsPath\cmake-3.19.0-rc3-win64-x64.msi"
file = "$toolsPath\cmake-3.19.0-win32-x86.msi"
file64 = "$toolsPath\cmake-3.19.0-win64-x64.msi"
softwareName = 'CMake'
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/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.5",
"3.18": "3.18.4",
"3.19": "3.19.0-rc3"
"3.18": "3.18.5",
"3.19": "3.19.0"
}
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.19.0-rc3</version>
<version>3.19.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, 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.19.0-rc3/cmake-3.19.0-rc3-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.0-rc3/cmake-3.19.0-rc3-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.0/cmake-3.19.0-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.0/cmake-3.19.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: FBD70C81BA159B51C0EA2A2C843589B1BF9A66545933C4BE5CF05F7F1570B335
checksum64: 3539792EF01A7B4FC8EDBF06B55DA5825093DE236C8EFE3782EFB62869E9BC1A
checksum32: 602111E10C29161417C9833BE80A53A5A1013DD9094ACEA4601776B82365F872
checksum64: 67BBDA67C98C5F0789199FE1DB650F12274A6AD40FD8CAE88D208029AC618905

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.19.0-rc3-win32-x86.zip"
file64 = "$toolsPath\cmake-3.19.0-rc3-win64-x64.zip"
file = "$toolsPath\cmake-3.19.0-win32-x86.zip"
file64 = "$toolsPath\cmake-3.19.0-win64-x64.zip"
destination = $toolsPath
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"3.15": "3.15.7",
"3.16": "3.16.8",
"3.17": "3.17.5",
"3.18": "3.18.4",
"3.19": "3.19.0-rc3"
"3.18": "3.18.5",
"3.19": "3.19.0"
}
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.19.0-rc3</version>
<version>3.19.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, 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.19.0-rc3]" />
<dependency id="cmake.install" version="[3.19.0]" />
</dependencies>
</metadata>
<files />
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>72.0.3815.371</version>
<version>72.0.3815.378</version>
<title>Opera</title>
<owners>chocolatey-community</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-72/#b3815.371</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-72/#b3815.378</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/72.0.3815.371/win/Opera_72.0.3815.371_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/72.0.3815.371/win/Opera_72.0.3815.371_Setup_x64.exe'
checksum = '5495a5fd52d548e32dbf87613ce6e1dbd366aa3653f00c7a2f2bce15386fbd50'
checksum64 = '7961cfb9921b39509ce28ae4faee5bfed23cfc969023fe0b7f47008c2c26c952'
url = 'https://get.geo.opera.com/pub/opera/desktop/72.0.3815.378/win/Opera_72.0.3815.378_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/72.0.3815.378/win/Opera_72.0.3815.378_Setup_x64.exe'
checksum = 'a43a05bf225c2602d4965436565c6d6503d4138b7196852efe616ccfaa454dd6'
checksum64 = '3bf6b9bc6689ff3363a2d28de464e497a8cbd48539c2518c66ed2881628a20d9'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '72.0.3815.371'
$version = '72.0.3815.378'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down

0 comments on commit 89e534a

Please sign in to comment.