Skip to content

Commit

Permalink
AU: 2 updated - mkdocs-material Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 27, 2019
1 parent 4aeec3b commit 5c3b5b6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>4.4.1</version>
<version>4.4.2</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '4.4.1'
$version = '4.4.2'

$proxy = Get-EffectiveProxy
if ($proxy) {
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>63.0.3368.43</version>
<version>63.0.3368.53</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -23,7 +23,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-63/#b3368.43</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-63/#b3368.53</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 "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/63.0.3368.43/win/Opera_63.0.3368.43_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/63.0.3368.43/win/Opera_63.0.3368.43_Setup_x64.exe'
checksum = 'e4175da58222afd076a8d040285454e41cdf52374ef3470d54af831969e99e92'
checksum64 = '764780e12b742a704463e06c25500afc814fa9269d0c9d0cb34ac8d6e5d5e663'
url = 'https://get.geo.opera.com/pub/opera/desktop/63.0.3368.53/win/Opera_63.0.3368.53_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/63.0.3368.53/win/Opera_63.0.3368.53_Setup_x64.exe'
checksum = '1ff117ec7d08fad2c1bc9e17ae2dcfea10b8ea29c55b6e797a1012050bc2096f'
checksum64 = '09f10f39e3fe3e62f31ca3d3e6e5870e2d48e21507961a28ab2d6c2109b4e4c4'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 5c3b5b6

Please sign in to comment.