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 Jun 9, 2023
1 parent 1d5a1b5 commit bed175e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions teamcity/teamcity.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
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>2023.05</version>
<version>2022.04.5</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/2023.05/teamcity-2023-05-release-notes.html</releaseNotes>
<releaseNotes>https://www.jetbrains.com/help/teamcity/2022.04/teamcity-2022-04-5-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 = '84fa1e78f2054de3c1e61f95009b86ef816bac22e97475cc357aaaf9d736986a'
$checksum = '40d652ba688fe721d6f6ca92cdcccbf9813ba77a26b63e7dcfcee31205868686'

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

0 comments on commit bed175e

Please sign in to comment.