Skip to content

Commit

Permalink
AU: 3 updated - TeamCity-OpenJDK8 TeamCity-PreinstalledJRE vault
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 31, 2024
1 parent 58b3073 commit c96150a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion TeamCity-OpenJDK8/TeamCity-OpenJDK8.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions TeamCity-OpenJDK8/teamcity-openjdk8.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-OpenJDK8</id>
<version>2023.11.2</version>
<version>2023.11.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/TeamCity-OpenJDK8</packageSourceUrl>
<owners>flcdrg</owners>
<title>TeamCity Continuous Integration Server (OpenJDK8)</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ Example:
<releaseNotes>https://confluence.jetbrains.com/display/TW/TeamCity+2019.1+Release+Notes</releaseNotes>
<dependencies>
<dependency id="AdoptOpenJDK8 " version="8.212.1" />
<dependency id="teamcity" version="[2023.11.2]" />
<dependency id="teamcity" version="[2023.11.3]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion TeamCity-OpenJDK8/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$version = '2023.11.2'
$version = '2023.11.3'

$options = @{
version = $version;
Expand Down
2 changes: 1 addition & 1 deletion TeamCity-PreinstalledJRE/TeamCity-PreinstalledJRE.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
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>2023.11.2</version>
<version>2023.11.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="[2023.11.2]" />
<dependency id="teamcity" version="[2023.11.3]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion TeamCity-PreinstalledJRE/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$version = '2023.11.2';
$version = '2023.11.3';

$options = @{
version = $version;
Expand Down
4 changes: 2 additions & 2 deletions vault/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Url = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_386.zip"
UnzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Url64 = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_amd64.zip"
Checksum = '0378b9c2d9f578423e7b8ceaa860cd0825cce1d35d0d698c07506427e99863a7'
Checksum = 'a68bd78e5433cf333b338ac74d000a34cf3f0a2770dc9967cb7f9921a92ce044'
ChecksumType = 'sha256'
Checksum64 = '33728e3b8606d2578c39d5a354a7fb181aefe259103a553c429ded1bb0814484'
Checksum64 = 'b519925a780043546eff46a3c10dca62a5188dd66cd5100dec5ac4d78bab9c36'
version = $env:ChocolateyPackageVersion
}

Expand Down
2 changes: 1 addition & 1 deletion vault/vault.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vault</id>
<title>Vault</title>
<version>1.15.4</version>
<version>1.15.5</version>
<authors>Mitchell Hashimoto, HashiCorp</authors>
<owners>flcdrg</owners>
<projectUrl>https://www.vaultproject.io/</projectUrl>
Expand Down

0 comments on commit c96150a

Please sign in to comment.