diff --git a/teamcity/teamcity.json b/teamcity/teamcity.json index b68b96e2..54165a25 100644 --- a/teamcity/teamcity.json +++ b/teamcity/teamcity.json @@ -5,7 +5,7 @@ "2020.2": "2020.2.4", "2021.1": "2021.1.4", "2021.2": "2021.2.3", - "2022.4": "2022.04.4", - "2022.10": "2022.10.3", + "2022.4": "2022.04.5", + "2022.10": "2022.10.4", "2023.5": "2023.05" } diff --git a/teamcity/teamcity.nuspec b/teamcity/teamcity.nuspec index ccd474dc..c364d2ec 100644 --- a/teamcity/teamcity.nuspec +++ b/teamcity/teamcity.nuspec @@ -2,7 +2,7 @@ teamcity - 2023.05 + 2022.04.5 TeamCity Continuous Integration Server JetBrains skyguy94, flcdrg @@ -32,7 +32,7 @@ This package just downloads the TeamCity tar.gz file. Use one of the following r Earlier versions of this package depended on the Server-JRE8 package, but due to recent Java licensing changes that package is no longer working. - https://www.jetbrains.com/help/teamcity/2023.05/teamcity-2023-05-release-notes.html + https://www.jetbrains.com/help/teamcity/2022.04/teamcity-2022-04-5-release-notes.html Testing Build Coding Compilation Continuous Integration CI jetbrains admin diff --git a/teamcity/tools/chocolateyInstall.ps1 b/teamcity/tools/chocolateyInstall.ps1 index cdb6a112..8d748381 100644 --- a/teamcity/tools/chocolateyInstall.ps1 +++ b/teamcity/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $filename = "TeamCity-$($env:ChocolateyPackageVersion).tar.gz" -$checksum = '84fa1e78f2054de3c1e61f95009b86ef816bac22e97475cc357aaaf9d736986a' +$checksum = '40d652ba688fe721d6f6ca92cdcccbf9813ba77a26b63e7dcfcee31205868686' $url = "https://download.jetbrains.com/teamcity/TeamCity-$($env:ChocolateyPackageVersion).tar.gz" $packagePath = $(Split-Path -parent $toolsDir)