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 Apr 16, 2021
1 parent 97d7086 commit ff073b9
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 @@ -2,5 +2,5 @@
"2019.1": "2019.1.5",
"2019.2": "2019.2.4",
"2020.1": "2020.1.5",
"2020.2": "2020.2.3"
"2020.2": "2020.2.4"
}
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>2020.2.3</version>
<version>2020.2.4</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/2020.2/teamcity-2020-2-3-release-notes.html</releaseNotes>
<releaseNotes>https://www.jetbrains.com/help/teamcity/2020.2/teamcity-2020-2-4-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 = 'fd189aad25cd9f9af8f9efd615f8a2add96ed3ab992d2fad718f8a46686c8e8c'
$checksum = 'f718f01c2d0a38d0df40acfda6647871cf6bef2b4fdecdf9d937f9e10caafd38'

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

0 comments on commit ff073b9

Please sign in to comment.