Skip to content

Commit

Permalink
AU: 2 updated - cmake Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 19, 2019
1 parent 6d046f0 commit baa6421
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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.6",
"3.16": "3.16.1"
"3.16": "3.16.2"
}
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.6</version>
<version>3.16.2</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.6]" />
<dependency id="cmake.install" version="[3.16.2]" />
</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>65.0.3467.72</version>
<version>65.0.3467.78</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.72</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-65/#b3467.78</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.72/win/Opera_65.0.3467.72_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/65.0.3467.72/win/Opera_65.0.3467.72_Setup_x64.exe'
checksum = '752a462b750cfd51c63be690b248a0fe3cb9223bfcbfc06519cb5bdfbf6d99ff'
checksum64 = 'a196585724202645b37df7e0815cf6338ce6c5309ca378940879b4ede6db97ab'
url = 'https://get.geo.opera.com/pub/opera/desktop/65.0.3467.78/win/Opera_65.0.3467.78_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/65.0.3467.78/win/Opera_65.0.3467.78_Setup_x64.exe'
checksum = '252733d6e322d832d1c90e7e0d64c0ec5d08fb09eb5f722cc5a2a9030e4f648f'
checksum64 = 'faf3e4019989c32cf999f62b41775f3f8b5cfa1e101156516da8119c7f030a1a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit baa6421

Please sign in to comment.