Skip to content

Commit

Permalink
AU: 4 updated - mongodb mongodb.install mongodb.portable opera-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 28, 2022
1 parent b40cb90 commit be625c8
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/mongodb.install/mongodb.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"5.2": "5.2.1",
"5.3-rc": "5.3.0-rc4",
"5.3": "5.3.1",
"6.0-rc": "6.0.0-rc1"
"6.0-rc": "6.0.0-rc3"
}
4 changes: 2 additions & 2 deletions automatic/mongodb.install/mongodb.install.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>5.0.8</version>
<version>6.0.0-rc3</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>MongoDB Inc</copyright>
<tags>cli database nosql admin</tags>
<releaseNotes>https://docs.mongodb.org/master/release-notes/5.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/6.0/</releaseNotes>
<licenseUrl>https://www.mongodb.com/community/licensing</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.install</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mongodb.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.8-signed.msi'
$checksum64 = 'bb8d6bf77df675ef3c89eeded536fc9dcc454f462ef728da53efee7a2c9eb80f'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.0-rc3-signed.msi'
$checksum64 = 'e27824ed1e03d218329339d403b14a6da60486c7c66081e36930ef402170a79d'
$checksumType64 = 'sha256'
$silentArgs = 'ADDLOCAL="ServerService,Server,ProductFeature,Client,Router,MiscellaneousTools" /qn /norestart'
$dataPath = "$env:PROGRAMDATA\MongoDB\data\db"
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb.portable/mongodb.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"5.2": "5.2.1",
"5.3-rc": "5.3.0-rc4",
"5.3": "5.3.1",
"6.0-rc": "6.0.0-rc1"
"6.0-rc": "6.0.0-rc3"
}
4 changes: 2 additions & 2 deletions automatic/mongodb.portable/mongodb.portable.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>5.0.8</version>
<version>6.0.0-rc3</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>MongoDB Inc</copyright>
<tags>cli database nosql</tags>
<releaseNotes>https://docs.mongodb.org/master/release-notes/5.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/6.0/</releaseNotes>
<licenseUrl>https://www.mongodb.com/community/licensing</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.portable</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mongodb.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.8.zip'
$checksum64 = '5f3c48829061ecedaa3dc2d4849d605ea8559a456de91afc8670062caabea1f1'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.0-rc3.zip'
$checksum64 = '644f515e01700824fec75da91e447210552298eeb1ba99e844bd508217cf0108'
$checksumType64 = 'sha256'

$binRoot = Get-ToolsLocation
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb/mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"5.2": "5.2.1",
"5.3-rc": "5.3.0-rc4",
"5.3": "5.3.1",
"6.0-rc": "6.0.0-rc1"
"6.0-rc": "6.0.0-rc3"
}
6 changes: 3 additions & 3 deletions automatic/mongodb/mongodb.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>5.0.8</version>
<version>6.0.0-rc3</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>MongoDB Inc</copyright>
<tags>cli database nosql admin</tags>
<releaseNotes>https://docs.mongodb.org/master/release-notes/5.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/6.0/</releaseNotes>
<licenseUrl>https://www.mongodb.com/community/licensing</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb</packageSourceUrl>
Expand Down Expand Up @@ -75,7 +75,7 @@ let them know the package is no longer updating correctly.

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="mongodb.install" version="[5.0.8]" />
<dependency id="mongodb.install" version="[6.0.0-rc3]" />
</dependencies>

<!--<provides>NOT YET IMPLEMENTED</provides>-->
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>86.0.4363.17-beta</version>
<version>87.0.4390.8-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-86/#b4363.17</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-87/#b4390.8</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/86.0.4363.17/win/Opera_beta_86.0.4363.17_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/86.0.4363.17/win/Opera_beta_86.0.4363.17_Setup_x64.exe'
checksum = 'ca6b15f2317622ff68bd58b28e547f4c1581cfe20f8789cd132b9032f0b2da11'
checksum64 = 'f93a6ecdb7782cf515d6ddd8ee31a6c153cefb6481ca01f108bbf1832e280253'
url = 'https://get.geo.opera.com/pub/opera-beta/87.0.4390.8/win/Opera_beta_87.0.4390.8_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/87.0.4390.8/win/Opera_beta_87.0.4390.8_Setup_x64.exe'
checksum = '4294a04acc67d21afb3c1878fb800d41a722af263726827b9079a52f2859a468'
checksum64 = '382e25dd0a4b50cb9532c2bee1bd23745d13f669aeecd95a9c8aca09d422e683'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit be625c8

Please sign in to comment.