Skip to content

Commit

Permalink
AU: 5 updated - clion-ide firefox-dev mongodb mongodb.install mongodb…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 19, 2024
1 parent bcdd160 commit 7184dd0
Show file tree
Hide file tree
Showing 14 changed files with 229 additions and 229 deletions.
2 changes: 1 addition & 1 deletion automatic/clion-ide/clion-ide.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>2024.1.3</version>
<version>2024.1.4</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/clion-ide/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://download.jetbrains.com/cpp/CLion-2024.1.3.exe'
$checksum = '58de8f249b676fed98df37eeca25bdc6e8924e3245b2e10ee6a05abfbde5b1f4'
$url = 'https://download.jetbrains.com/cpp/CLion-2024.1.4.exe'
$checksum = '314ef06d09134a63ab0c8ea418cf3b1579d9968c664ffb8728f553bbfa630a3f'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "128.0.4-beta",
"dev": "128.0.4-beta"
"beta": "128.0.5-beta",
"dev": "128.0.5-beta"
}
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.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>128.0.4-beta</version>
<version>128.0.5-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 Down
412 changes: 206 additions & 206 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageName = 'firefox-dev'
$softwareName = 'Firefox Developer Edition'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '128.0b4')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '128.0b5')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand All @@ -34,7 +34,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/128.0b4/win32/${locale}/Firefox%20Setup%20128.0b4.exe"
Url = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/128.0b5/win32/${locale}/Firefox%20Setup%20128.0b5.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/128.0b4/win64/${locale}/Firefox%20Setup%20128.0b4.exe"
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/128.0b5/win64/${locale}/Firefox%20Setup%20128.0b5.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb.install/mongodb.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"6.2": "6.2.1",
"6.3-rc": "6.3.2-rc1",
"6.3": "6.3.2",
"7.0-rc": "7.0.10-rc0",
"7.0-rc": "7.0.12-rc1",
"7.0": "7.0.11",
"7.1-rc": "7.1.1-rc0",
"7.1": "7.1.1",
Expand Down
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>8.0.0-rc8</version>
<version>7.0.12-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/8.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.0/</releaseNotes>
<licenseUrl>https://www.mongodb.com/legal/licensing/community-edition</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-8.0.0-rc8-signed.msi'
$checksum64 = '506da64873388ac79cf8b08f6158014b5fb6bba123ef9ebe75c6aa1c8af9e8af'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.12-rc1-signed.msi'
$checksum64 = 'f2e5ade4114f91988038ecdb022ea44e107889c8dc5124f15c58442e77b0f8f6'
$checksumType64 = 'sha256'
$silentArgs = 'ADDLOCAL="ServerService,Server,ProductFeature,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 @@ -18,7 +18,7 @@
"6.2": "6.2.1",
"6.3-rc": "6.3.2-rc1",
"6.3": "6.3.2",
"7.0-rc": "7.0.10-rc0",
"7.0-rc": "7.0.12-rc1",
"7.0": "7.0.11",
"7.1-rc": "7.1.1-rc0",
"7.1": "7.1.1",
Expand Down
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>8.0.0-rc8</version>
<version>7.0.12-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/8.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.0/</releaseNotes>
<licenseUrl>https://www.mongodb.com/legal/licensing/community-edition</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-8.0.0-rc8.zip'
$checksum64 = 'a08590a5dc6a249bb7fe844484a353f8671da12477073bdf11c48620ff2b7053'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.12-rc1.zip'
$checksum64 = '9435bb220fbb7ef108df3568e428ee4add9724b722b4fc9638e47cb12221796e'
$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 @@ -18,7 +18,7 @@
"6.2": "6.2.1",
"6.3-rc": "6.3.2-rc1",
"6.3": "6.3.2",
"7.0-rc": "7.0.10-rc0",
"7.0-rc": "7.0.12-rc1",
"7.0": "7.0.11",
"7.1-rc": "7.1.1-rc0",
"7.1": "7.1.1",
Expand Down
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>8.0.0-rc8</version>
<version>7.0.12-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/8.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.0/</releaseNotes>
<licenseUrl>https://www.mongodb.com/legal/licensing/community-edition</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 [here](https://github.com/mkevenaar/chocolatey-packages/issues) th

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

<!--<provides>NOT YET IMPLEMENTED</provides>-->
Expand Down

0 comments on commit 7184dd0

Please sign in to comment.