Skip to content

Commit

Permalink
AU: 2 updated - googledrive opera-developer
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jul 11, 2022
1 parent 90b21d8 commit 8c3a560
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/googledrive/googledrive.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>59.0.3.0</version>
<version>60.0.2.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/googledrive/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"e3364e"|59.0.3.0
"e5e62d"|60.0.2.0
2 changes: 1 addition & 1 deletion automatic/googledrive/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://dl.google.com/drive-file-stream/GoogleDriveSetup.exe'
$checksum = '07B47FC6D7563737321043C34FA07699C7E8217B3DB56CB7731BC912DA2EAE54'
$checksum = '756381230BA1BB513F785B6D84BDD49C828C409BF99AB43381F9CA32BF6AAA18'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera-developer/opera-developer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>90.0.4470.0</version>
<version>90.0.4477.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Opera Software</copyright>
<tags>browser opera developer cross-platform internet admin</tags>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-90/#b4470.0</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-90/#b4477.0</releaseNotes>
<licenseUrl>http://www.operasoftware.com/eula/browser</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-developer</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera-developer/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-developer/90.0.4470.0/win/Opera_Developer_90.0.4470.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/90.0.4470.0/win/Opera_Developer_90.0.4470.0_Setup_x64.exe'
checksum = '9b1e0d29580dbc3c1f6ecc01f737bf15c92f242d2b16ae4d86a06203da0717a6'
checksum64 = 'dd3136f27eebe6bf8211ad01b67d4762b7205771dcf15601dc5e75d4acfff03e'
url = 'https://get.geo.opera.com/pub/opera-developer/90.0.4477.0/win/Opera_Developer_90.0.4477.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/90.0.4477.0/win/Opera_Developer_90.0.4477.0_Setup_x64.exe'
checksum = 'dceca412244b7fed48b138ed3ed0ccc940a558525702ae8056118c1334fa1a05'
checksum64 = '761d3c8197aa967f55020ae92018663a5e19129fc5cb845b0e5bc27334636097'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 8c3a560

Please sign in to comment.