Skip to content

Commit

Permalink
AU: 2 updated - googledrive opera-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Aug 25, 2022
1 parent 76d795c commit 6c9bc71
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>62.0.1.0</version>
<version>62.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 @@
"ed54b4"|62.0.1.0
"f17474"|62.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 = '631A1C4C9024CE17D446CDC47A64D61E084368B233AF6309CC8833CF046F518E'
$checksum = '28C76EE7126D5BF1539EDDBBE599DABF86BAA936A2C90B5E48F3D7ECF302B9B6'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera-beta/opera-beta.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.4480.41-beta</version>
<version>91.0.4516.3-beta</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 beta cross-platform internet admin</tags>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-90/#b4480.41</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-91/#b4516.3</releaseNotes>
<licenseUrl>http://www.operasoftware.com/eula/browser</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-beta</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera-beta/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-beta/90.0.4480.41/win/Opera_beta_90.0.4480.41_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/90.0.4480.41/win/Opera_beta_90.0.4480.41_Setup_x64.exe'
checksum = 'd9dc906ce66b60609b7b06d25f616a41158ebb9093b787af50acfcf6787847e1'
checksum64 = '2896a63d917d5e4458dec53ff6933e98faac0c1c777746eb2527461118205ec2'
url = 'https://get.geo.opera.com/pub/opera-beta/91.0.4516.3/win/Opera_beta_91.0.4516.3_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/91.0.4516.3/win/Opera_beta_91.0.4516.3_Setup_x64.exe'
checksum = '263fc4ef48fb3ba073a5de2ac75fc132c0704f75df0f8b8983ee45293d2cc916'
checksum64 = '492333342921c34fc298f33402d7282e58204c729f4273e62c2d5b431ec17595'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 6c9bc71

Please sign in to comment.