Skip to content

Commit

Permalink
AU: 2 updated - Opera palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 6, 2018
1 parent e1bb9a6 commit 04c2ab5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>57.0.3098.76</version>
<version>57.0.3098.91</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-57/#b3098.76</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-57/#b3098.91</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
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/57.0.3098.76/win/Opera_57.0.3098.76_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/57.0.3098.76/win/Opera_57.0.3098.76_Setup_x64.exe'
checksum = '0f511066827803f2867dc3012da65c322e0257639fe5b28e9e6edcd579c7966e'
checksum64 = 'c223c88824f8eae38a248f541d5e5b419a5254b36e5322ade1511ffdd0db39fe'
url = 'https://get.geo.opera.com/pub/opera/desktop/57.0.3098.91/win/Opera_57.0.3098.91_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/57.0.3098.91/win/Opera_57.0.3098.91_Setup_x64.exe'
checksum = '3d7add948f85495e20022af3d39f0c790b141b4146e03defb59482d9160f8860'
checksum64 = '2e7eec392f03d7c3010e4b4258b1f427c27510676a9c7979796d92dee170149c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '57.0.3098.76'
$version = '57.0.3098.91'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>28.2.1</version>
<version>28.2.2</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-28.2.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.2.1.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-28.2.2.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.2.2.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '910d8d063fe6c507758576dac2292b0611c506e5494825015e1e53bcb46a29dc'
checksum = '27b37f22f82d763a01b8768356a0bc8e970a68a27770385ebbbe4c9b70490889'
checksumType = 'sha256'
checksum64 = '603e7de38682bb1afbee8dd064be18e38ff163ff5dffdc9866f2b0ceb4d2c1a3'
checksum64 = '83f8f0fecba3a11969ab857178359a09ca50397c694d495652247c9312c90049'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 04c2ab5

Please sign in to comment.