Skip to content

Commit

Permalink
AU: 2 updated - opera-beta orientdb
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Aug 11, 2022
1 parent 0a5879f commit 2e3a186
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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.37-beta</version>
<version>90.0.4480.41-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.37</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-90/#b4480.41</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.37/win/Opera_beta_90.0.4480.37_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/90.0.4480.37/win/Opera_beta_90.0.4480.37_Setup_x64.exe'
checksum = '7745c5898fdadd8fb98bc4e01a4e4cf67436f8f732df92408698c256ec4ac655'
checksum64 = 'ae5ad2d200c1b01a5c5e85ad873b47609b41277b2da5db46334687d291f1f196'
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'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '90.0.4480.37'
$version = '90.0.4480.41'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
4 changes: 2 additions & 2 deletions automatic/orientdb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/3.2.8/orientdb-community-3.2.8.zip>
32-Bit: <https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/3.2.9/orientdb-community-3.2.9.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 9F8C21ED88EDBE5D2976DE7E99AEB9655C337476AC52A5D3EC75842AB8AD5197
checksum32: 56A06FFF04E4AE7508C621A3F2CBCD499180CF1C370F748DD1FF5319971E4A1D

File 'LICENSE.txt' is obtained from <https://github.com/orientechnologies/orientdb/blob/develop/license.txt>
2 changes: 1 addition & 1 deletion automatic/orientdb/orientdb.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>3.2.8</version>
<version>3.2.9</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/orientdb/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = $toolsDir
fileFullPath = "$toolsdir\orientdb-community-3.2.8.zip"
fileFullPath = "$toolsdir\orientdb-community-3.2.9.zip"
}

Get-ChocolateyUnzip @packageArgs

0 comments on commit 2e3a186

Please sign in to comment.