Skip to content

Commit

Permalink
AU: 1 updated - teamcity
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jul 12, 2023
1 parent 5d83003 commit b9042df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion teamcity/teamcity.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"2021.2": "2021.2.3",
"2022.4": "2022.04.5",
"2022.10": "2022.10.4",
"2023.5": "2023.05"
"2023.5": "2023.05.1"
}
4 changes: 2 additions & 2 deletions teamcity/teamcity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>teamcity</id>
<version>2022.04.5</version>
<version>2023.05.1</version>
<title>TeamCity Continuous Integration Server</title>
<authors>JetBrains</authors>
<owners>skyguy94, flcdrg</owners>
Expand Down Expand Up @@ -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.
</description>

<releaseNotes>https://www.jetbrains.com/help/teamcity/2022.04/teamcity-2022-04-5-release-notes.html</releaseNotes>
<releaseNotes>https://www.jetbrains.com/help/teamcity/2023.05/teamcity-2023-05-1-release-notes.html</releaseNotes>
<tags>Testing Build Coding Compilation Continuous Integration CI jetbrains admin</tags>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion teamcity/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$filename = "TeamCity-$($env:ChocolateyPackageVersion).tar.gz"
$checksum = '40d652ba688fe721d6f6ca92cdcccbf9813ba77a26b63e7dcfcee31205868686'
$checksum = '3131b196d835ae4e6c071999079a7318bc07472b6844dcbf374bbe3c6767754f'

$url = "https://download.jetbrains.com/teamcity/TeamCity-$($env:ChocolateyPackageVersion).tar.gz"
$packagePath = $(Split-Path -parent $toolsDir)
Expand Down

0 comments on commit b9042df

Please sign in to comment.