diff --git a/automatic/jetbrains-youtrack/jetbrains-youtrack.nuspec b/automatic/jetbrains-youtrack/jetbrains-youtrack.nuspec index f59216820..0d95f4ee8 100644 --- a/automatic/jetbrains-youtrack/jetbrains-youtrack.nuspec +++ b/automatic/jetbrains-youtrack/jetbrains-youtrack.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2023.1.17582 + 2023.1.18508 Maurice Kevenaar diff --git a/automatic/jetbrains-youtrack/tools/chocolateyinstall.ps1 b/automatic/jetbrains-youtrack/tools/chocolateyinstall.ps1 index 8c300f3a3..852a927f1 100644 --- a/automatic/jetbrains-youtrack/tools/chocolateyinstall.ps1 +++ b/automatic/jetbrains-youtrack/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://download.jetbrains.com/charisma/youtrack-2023.1.17582.msi' -$checksum = 'ed562a071bad761814a14912d5964186b132a996904ce3a4705cd8b3087d401f' +$url = 'https://download.jetbrains.com/charisma/youtrack-2023.1.18508.msi' +$checksum = 'f771b954bccb4472b81c8d876d47ec238a26ce39dc016794641a3e52883302dc' $checksumType = 'sha256' $packageArgs = @{ diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json index a2550df7d..9df7be1d9 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -1,5 +1,5 @@ { - "4.4-rc": "4.4.24-rc0", + "4.4-rc": "4.4.25-rc0", "4.4": "4.4.24", "4.9-rc": "4.9.0-rc1", "5.0-rc": "5.0.21-rc0", @@ -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.2-rc1", + "7.0-rc": "7.0.2-rc2", "7.0": "7.0.1", - "7.1-rc": "7.1.0-rc2" + "7.1-rc": "7.1.0-rc3" } diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec index cf65b5022..f5ea9967a 100644 --- a/automatic/mongodb.install/mongodb.install.nuspec +++ b/automatic/mongodb.install/mongodb.install.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 6.0.10 + 7.1.0-rc3 Maurice Kevenaar @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe MongoDB Inc cli database nosql admin - https://docs.mongodb.org/master/release-notes/6.0/ + https://docs.mongodb.org/master/release-notes/7.1/ https://www.mongodb.com/community/licensing false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.install diff --git a/automatic/mongodb.install/tools/chocolateyInstall.ps1 b/automatic/mongodb.install/tools/chocolateyInstall.ps1 index 38719f12c..41328f770 100644 --- a/automatic/mongodb.install/tools/chocolateyInstall.ps1 +++ b/automatic/mongodb.install/tools/chocolateyInstall.ps1 @@ -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.10-signed.msi' -$checksum64 = '11892a8a8eda913e7146ac547885f2ed637a1ec3b74bfb7c8d26a11ef6a4ac9c' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.1.0-rc3-signed.msi' +$checksum64 = 'b75581d9b8de3306b6365ff7fbbee1a8c613635188bf4958ef8e525b29cc24d4' $checksumType64 = 'sha256' $silentArgs = 'ADDLOCAL="ServerService,Server,ProductFeature,Router,MiscellaneousTools" /qn /norestart' $dataPath = "$env:PROGRAMDATA\MongoDB\data\db" diff --git a/automatic/mongodb.portable/mongodb.portable.json b/automatic/mongodb.portable/mongodb.portable.json index a2550df7d..9df7be1d9 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -1,5 +1,5 @@ { - "4.4-rc": "4.4.24-rc0", + "4.4-rc": "4.4.25-rc0", "4.4": "4.4.24", "4.9-rc": "4.9.0-rc1", "5.0-rc": "5.0.21-rc0", @@ -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.2-rc1", + "7.0-rc": "7.0.2-rc2", "7.0": "7.0.1", - "7.1-rc": "7.1.0-rc2" + "7.1-rc": "7.1.0-rc3" } diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec index 86c94f930..c8d05f656 100644 --- a/automatic/mongodb.portable/mongodb.portable.nuspec +++ b/automatic/mongodb.portable/mongodb.portable.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 6.0.10 + 7.1.0-rc3 Maurice Kevenaar @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe MongoDB Inc cli database nosql - https://docs.mongodb.org/master/release-notes/6.0/ + https://docs.mongodb.org/master/release-notes/7.1/ https://www.mongodb.com/community/licensing false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.portable diff --git a/automatic/mongodb.portable/tools/chocolateyInstall.ps1 b/automatic/mongodb.portable/tools/chocolateyInstall.ps1 index f9ff55283..b7801a104 100644 --- a/automatic/mongodb.portable/tools/chocolateyInstall.ps1 +++ b/automatic/mongodb.portable/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; -$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.10.zip' -$checksum64 = 'efb5783fd415b3f1634226cffab020e9014aa355835d7928268aefb10590ddd9' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.1.0-rc3.zip' +$checksum64 = '7301fa7f7cc266ccb335a31e6a58daa4eb32cd17f77c350402eb6d0d9408084b' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index a2550df7d..9df7be1d9 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -1,5 +1,5 @@ { - "4.4-rc": "4.4.24-rc0", + "4.4-rc": "4.4.25-rc0", "4.4": "4.4.24", "4.9-rc": "4.9.0-rc1", "5.0-rc": "5.0.21-rc0", @@ -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.2-rc1", + "7.0-rc": "7.0.2-rc2", "7.0": "7.0.1", - "7.1-rc": "7.1.0-rc2" + "7.1-rc": "7.1.0-rc3" } diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec index f6b9d20b3..ab418f506 100644 --- a/automatic/mongodb/mongodb.nuspec +++ b/automatic/mongodb/mongodb.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 6.0.10 + 7.1.0-rc3 Maurice Kevenaar @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe MongoDB Inc cli database nosql admin - https://docs.mongodb.org/master/release-notes/6.0/ + https://docs.mongodb.org/master/release-notes/7.1/ https://www.mongodb.com/community/licensing false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb @@ -75,7 +75,7 @@ let them know the package is no longer updating correctly. - +