From 58b3073a4d0fb716e3d0faaf8dce16c40e5936a8 Mon Sep 17 00:00:00 2001 From: flcdrg Date: Wed, 31 Jan 2024 00:04:02 +0000 Subject: [PATCH] AU: 1 updated - teamcity [skip ci] https://gist.github.com/flcdrg/7d00c69c2cde8309a8594abaa897a9a6/1bc3457a9da317b6831044836e7ad5e0169f25dd --- teamcity/teamcity.json | 2 +- teamcity/teamcity.nuspec | 4 ++-- teamcity/tools/chocolateyInstall.ps1 | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/teamcity/teamcity.json b/teamcity/teamcity.json index a48b845c..82863e56 100644 --- a/teamcity/teamcity.json +++ b/teamcity/teamcity.json @@ -8,5 +8,5 @@ "2022.4": "2022.04.5", "2022.10": "2022.10.4", "2023.5": "2023.05.4", - "2023.11": "2023.11.2" + "2023.11": "2023.11.3" } diff --git a/teamcity/teamcity.nuspec b/teamcity/teamcity.nuspec index 325e9cee..838f3869 100644 --- a/teamcity/teamcity.nuspec +++ b/teamcity/teamcity.nuspec @@ -2,7 +2,7 @@ teamcity - 2023.11.2 + 2023.11.3 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.11/teamcity-2023-11-2-release-notes.html + https://www.jetbrains.com/help/teamcity/2023.11/teamcity-2023-11-3-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 21eddf90..42043d3a 100644 --- a/teamcity/tools/chocolateyInstall.ps1 +++ b/teamcity/tools/chocolateyInstall.ps1 @@ -1,10 +1,10 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filename = 'TeamCity-2023.11.2.tar.gz' -$checksum = '4cdb2d3aaef0a74841b013bd20d1763e95be7c9e38370cc2382aa1bc6799ff7e' +$filename = 'TeamCity-2023.11.3.tar.gz' +$checksum = 'd865e10fa9f9c36926bf4dc910a78eca70ed759cec58d7010dc8ade43449dfcc' -$url = 'https://download.jetbrains.com/teamcity/TeamCity-2023.11.2.tar.gz' +$url = 'https://download.jetbrains.com/teamcity/TeamCity-2023.11.3.tar.gz' $packagePath = $(Split-Path -parent $toolsDir) $installPath = Join-Path $packagePath $filename