Skip to content

Commit

Permalink
AU: 2 updated - alldup Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 22, 2020
1 parent 3479658 commit f17af8c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.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>alldup</id>
<version>4.4.12</version>
<version>4.4.14</version>
<title>AllDup</title>
<owners>chocolatey</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: B3A13C505DEF652893CF6088317EF0E62DAE43B2F204A1D52B242B4BF2C7CA5F
checksum32: DF72B3FD19CA99B2AB0488E6841066D25E5DA138D737DD778C1CA45ABBD0CF8F

File 'Redistribution.pdf' is from personal email communication
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>66.0.3515.36</version>
<version>66.0.3515.44</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-66/#b3515.36</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-66/#b3515.44</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/66.0.3515.36/win/Opera_66.0.3515.36_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/66.0.3515.36/win/Opera_66.0.3515.36_Setup_x64.exe'
checksum = '5bbeec157aaf2b80349916076b0e0e617fa4cb791f5c2328183651249ec341da'
checksum64 = '95f9f7ec4d0d59e8e253d80ac649f0585ce165208480e3987759b11e0e06468c'
url = 'https://get.geo.opera.com/pub/opera/desktop/66.0.3515.44/win/Opera_66.0.3515.44_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/66.0.3515.44/win/Opera_66.0.3515.44_Setup_x64.exe'
checksum = '0b6013695c9895f62f64c02ad4566a5b3627608c10199642a04163bd6d70bff1'
checksum64 = '733ad7fd01046e3cb94e1e6935e0d68bef84aa19f08df4fc147e5953e58090c1'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit f17af8c

Please sign in to comment.