Skip to content

Commit

Permalink
AU: 3 updated - sqltoolbelt TeamCity-OpenJDK8 TeamCity-PreinstalledJRE
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 19, 2024
1 parent 480ab9e commit bf366bd
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.1"
"2023.11": "2023.11.2"
}
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.1</version>
<version>2023.11.2</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.1]" />
<dependency id="teamcity" version="[2023.11.2]" />
</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.1'
$version = '2023.11.2'

$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.1"
"2023.11": "2023.11.2"
}
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.1</version>
<version>2023.11.2</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.1]" />
<dependency id="teamcity" version="[2023.11.2]" />
</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.1';
$version = '2023.11.2';

$options = @{
version = $version;
Expand Down
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.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>sqltoolbelt</id>
<version>2024.01.10</version>
<version>2024.01.17</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-01-10/SQLToolbelt.exe'
$checksum = '21FA8F6C30656AA8693966229B02185563BE6B55DCDAD4CED2E729D304D0C766'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-01-17/SQLToolbelt.exe'
$checksum = '3560E664C96B9F3E9425262026E5B8FE8614D544A43E5346AD0459A34529380D'

$validProductPackageNames = @(
"SQL Compare",
Expand Down

0 comments on commit bf366bd

Please sign in to comment.