Skip to content

Commit

Permalink
AU: 3 updated - minishift Opera vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 12, 2018
1 parent 30ca256 commit 501b0c7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 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.23.0>
location on <https://github.com/minishift/minishift/releases/tag/v1.24.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/minishift/minishift/releases/download/v1.23.0/minishift-1.23.0-windows-amd64.zip>
software: <https://github.com/minishift/minishift/releases/download/v1.24.0/minishift-1.24.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: 20A16926C6DABAFEF7D1F5FACBD00278C98CCD13FCA6054784E399CB273C1EB0
checksum: D2CC83B57436E8091DA4CE42FA5AF00CF827A44E1CF8EE7AA9C0727FBBC7F08C

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.23.0</version>
<version>1.24.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.23.0</releaseNotes>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.24.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>55.0.2994.56</version>
<version>55.0.2994.59</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-55/#b2994.56</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-55/#b2994.59</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/55.0.2994.56/win/Opera_55.0.2994.56_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/55.0.2994.56/win/Opera_55.0.2994.56_Setup_x64.exe'
checksum = 'ee2903c57428ab89583892a95400f9a763ceb1a058fa368a3948b501f2f927b6'
checksum64 = '235789ad36f9cdff02364775530f082d3d2b58d18a3c7039fcdb300674c11a4a'
url = 'https://get.geo.opera.com/pub/opera/desktop/55.0.2994.59/win/Opera_55.0.2994.59_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/55.0.2994.59/win/Opera_55.0.2994.59_Setup_x64.exe'
checksum = 'fa295e369d31bd48ae7b4f5edd24e827ebba801c4aad16bcbcec9d864ecddbd8'
checksum64 = '56fa4b8baf2a34feab1fd26f7a95eca602b0de9559b06a12e33d964419a42d27'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '55.0.2994.56'
$version = '55.0.2994.59'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.1.4/vagrant_2.1.4_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.1.4/vagrant_2.1.4_x86_64.msi'
checksum = '07e7624ebe27499fd944c08bfa00fdc10f3406bde2b5f5bab61507e4abbdd94d'
checksum64 = 'e2a25aa4834033a6e77f95edccd0d04679d75dc9cf67f5819e73f446f68058d5'
url = 'https://releases.hashicorp.com/vagrant/2.1.5/vagrant_2.1.5_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.1.5/vagrant_2.1.5_x86_64.msi'
checksum = 'eecb0734e3cfc4951fe1be61ee313230edb36186e269c4e4c062604605d67e47'
checksum64 = 'ae1221b1489afc03b5782acb8feb91dd26b847bc4aad336f769f9242fde6d373'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.1.4</version>
<version>2.1.5</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down

0 comments on commit 501b0c7

Please sign in to comment.