Skip to content

Commit

Permalink
AU: 2 updated - teamcity TeamCity-PreinstalledJRE
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Apr 21, 2020
1 parent c78b118 commit 0aee625
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion TeamCity-PreinstalledJRE/TeamCity-PreinstalledJRE.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"2019.1": "2019.1.5",
"2019.2": "2019.2.1"
"2019.2": "2019.2.3"
}
4 changes: 2 additions & 2 deletions TeamCity-PreinstalledJRE/teamcity-preinstalledjre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>TeamCity-PreinstalledJRE</id>
<version>2019.2.1</version>
<version>2019.2.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/TeamCity-PreinstalledJRE</packageSourceUrl>
<owners>flcdrg</owners>
<title>TeamCity Continuous Integration Server (Existing JRE)</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ Example:
</description>
<releaseNotes>https://confluence.jetbrains.com/display/TW/TeamCity+2019.1+Release+Notes</releaseNotes>
<dependencies>
<dependency id="teamcity" version="[2019.2.1]" />
<dependency id="teamcity" version="[2019.2.3]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion teamcity/teamcity.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"2019.1": "2019.1.5",
"2019.2": "2019.2.2"
"2019.2": "2019.2.3"
}
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>2019.2.2</version>
<version>2019.2.3</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://confluence.jetbrains.com/display/TW/TeamCity+2019.2.2+(build+71923)+Release+Notes</releaseNotes>
<releaseNotes>https://confluence.jetbrains.com/display/TW/TeamCity+2019.2.3+(build+72031)+Release+Notes</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 = '108e08b1f9f59d533bb1f7e3a498900bb746bb31051c968ba425887b4c5503e9'
$checksum = 'd3f93b239ca22b6e0c62f6ca9ff7fda0f8b111c684205969233c07772ddbc188'

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

0 comments on commit 0aee625

Please sign in to comment.