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 Oct 19, 2017
1 parent 09ac670 commit ad884d2
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>1.10.4</version>
<version>1.11.0</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,5 +1,5 @@
Update-SessionEnvironment

$version = '1.10.4'
$version = '1.11.0'

python -m pip install mkdocs-material==$version
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>48.0.2685.39</version>
<version>48.0.2685.50</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -16,7 +16,7 @@ The Opera web browser makes the Web fast and fun, giving you a better web browse
]]></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-48/#b2685.39</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-48/#b2685.50</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey/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 @@ -5,17 +5,17 @@ $toolsPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/48.0.2685.39/win/Opera_48.0.2685.39_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/48.0.2685.39/win/Opera_48.0.2685.39_Setup_x64.exe'
checksum = '0ced493b5c3aed9c25d45ebcda7e589166e8a21d3578d581a5ef1bb0554e0f96'
checksum64 = '537fc1270d5dbcb515782c122dc417ac124ebd78dd2fed229fde7a5fc6b71298'
url = 'https://get.geo.opera.com/pub/opera/desktop/48.0.2685.50/win/Opera_48.0.2685.50_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/48.0.2685.50/win/Opera_48.0.2685.50_Setup_x64.exe'
checksum = '186b93e96fc944c6b2a79acbb7eb75ce63e78677bdad7ddefa463b4b269f8f9c'
checksum64 = 'fb721cbcc54ddb5b19ba84bbe52a841f560281a11331524972f483894e20fa51'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
validExitCodes = @(0)
}

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

0 comments on commit ad884d2

Please sign in to comment.