Skip to content

Commit

Permalink
AU: 5 updated - firefox-nightly game-collector mongodb.install mongod…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 17, 2022
1 parent 01510f5 commit 54f541c
Show file tree
Hide file tree
Showing 14 changed files with 241 additions and 239 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "109.0.1.2022111618-alpha"
"nightly": "109.0.1.2022111709-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>109.0.1.2022111618-alpha</version>
<version>109.0.1.2022111709-alpha</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
440 changes: 220 additions & 220 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-16-18-24-02-mozilla-central/firefox-109.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-17-09-39-01-mozilla-central/firefox-109.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-16-18-24-02-mozilla-central/firefox-109.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-17-09-39-01-mozilla-central/firefox-109.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/game-collector/game-collector.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>22.0.3</version>
<version>23.0.1</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
4 changes: 2 additions & 2 deletions automatic/game-collector/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://installers.collectorz.com/game-win/gamecollectorsetup2203.exe'
$checksum = 'b573b7eeb6eb3059f2224c4a9c87ea7e35580c2ef315f346420831242691166d'
$url = 'https://installers.collectorz.com/game-win/gamecollectorsetup2301.exe'
$checksum = 'bc0411c83f5ae95c1a1742cb6b2fa61c082b47cf5ab7b34ddaf65a4d0a96f21d'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
3 changes: 2 additions & 1 deletion automatic/mongodb.install/mongodb.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"6.0-rc": "6.0.3-rc2",
"6.0": "6.0.3",
"6.1-rc": "6.1.0-rc4",
"6.1": "6.1.0"
"6.1": "6.1.0",
"6.2-rc": "6.2.0-rc1"
}
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>6.0.3</version>
<version>6.2.0-rc1</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/6.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/6.2/</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-6.0.3-signed.msi'
$checksum64 = '6557ae0360747d348aefdf30d1360f577804c446579c2012e0b04e5ec2489c49'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.2.0-rc1-signed.msi'
$checksum64 = 'f546f11f8e82d8ee20c6a6da7e1ad9dc4e0e7d84e2f49a6b0a06504c3fbe8ddd'
$checksumType64 = 'sha256'
$silentArgs = 'ADDLOCAL="ServerService,Server,ProductFeature,Client,Router,MiscellaneousTools" /qn /norestart'
$dataPath = "$env:PROGRAMDATA\MongoDB\data\db"
Expand Down
3 changes: 2 additions & 1 deletion automatic/mongodb.portable/mongodb.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"6.0-rc": "6.0.3-rc2",
"6.0": "6.0.3",
"6.1-rc": "6.1.0-rc4",
"6.1": "6.1.0"
"6.1": "6.1.0",
"6.2-rc": "6.2.0-rc1"
}
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>6.0.3</version>
<version>6.2.0-rc1</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/6.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/6.2/</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-6.0.3.zip'
$checksum64 = 'f3c5a3942416149bee543b12c56cbc8a93961f29e2b56ccf6a0aec9a009d67f0'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.2.0-rc1.zip'
$checksum64 = 'c1e70fa7b203aab6334b54d12d10fff085a4cf8d4e2b2eb7f419f5e7851c541e'
$checksumType64 = 'sha256'

$binRoot = Get-ToolsLocation
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-ansible/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# clean up old extension
Uninstall-VsCodeExtension -extensionId 'vscoss.vscode-ansible'

Install-VsCodeExtension -extensionId 'redhat.ansible@1.0.97'
Install-VsCodeExtension -extensionId 'redhat.ansible@1.0.98'
2 changes: 1 addition & 1 deletion automatic/vscode-ansible/vscode-ansible.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>1.0.97</version>
<version>1.0.98</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

0 comments on commit 54f541c

Please sign in to comment.