Skip to content

Commit

Permalink
AU: 2 updated - minishift Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 26, 2018
1 parent b9af3fe commit b80c6f0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions automatic/minishift/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/minishift/minishift/releases/tag/v1.19.0>
location on <https://github.com/minishift/minishift/releases/tag/v1.20.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/minishift/minishift/releases/download/v1.19.0/minishift-1.19.0-windows-amd64.zip>
software: <https://github.com/minishift/minishift/releases/download/v1.20.0/minishift-1.20.0-windows-amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: BCAEB1091E76E843DD94E5801E1F81D814926E7695C4A4C790C455EB85F37086
checksum: D37F1CADB69AF8AF7C222FA7E27E205CA6A0FBF86AE5A2BEE6083A44D6129E6F

The file 'LICENSE.txt' has been obtained from <https://github.com/minishift/minishift/blob/eff0477aa242432aaba284febf9496ebe6cd2371/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minishift/minishift.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>minishift</id>
<version>1.19.0</version>
<version>1.20.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/minishift</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minishift: Run OpenShift locally</title>
Expand All @@ -26,7 +26,7 @@ Minishift uses libmachine for provisioning VMs, and OpenShift Origin for running
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.19.0</releaseNotes>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.20.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
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>53.0.2907.106</version>
<version>53.0.2907.110</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-53/#b2907.106</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-53/#b2907.110</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 @@ -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/53.0.2907.106/win/Opera_53.0.2907.106_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/53.0.2907.106/win/Opera_53.0.2907.106_Setup_x64.exe'
checksum = '4c1d0b827510bd39ce2a2e2f43561df84b6331ab6020bff1933a0ab9ea521693'
checksum64 = 'b1b07ae01b3717f5e450e1d8615e11023f7e70baa6144771c4b023f2171714fc'
url = 'https://get.geo.opera.com/pub/opera/desktop/53.0.2907.110/win/Opera_53.0.2907.110_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/53.0.2907.110/win/Opera_53.0.2907.110_Setup_x64.exe'
checksum = 'cfc9c3653c91dc907870a68e12782be276f45564c3f43662a03c20b32b275883'
checksum64 = 'a996187b7e6b5a0bd4a9109233eb15e5f2ee107eb58424749e13367b6f437d1b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit b80c6f0

Please sign in to comment.