Skip to content

Commit

Permalink
AU: 4 updated - consul sqltoolbelt TeamCity-OpenJDK8 TeamCity-Preinst…
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 16, 2023
1 parent 3da71ea commit b9dad0d
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 90 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"
"2023.11": "2023.11.1"
}
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</version>
<version>2023.11.1</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]" />
<dependency id="teamcity" version="[2023.11.1]" />
</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'
$version = '2023.11.1'

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

$options = @{
version = $version;
Expand Down
114 changes: 35 additions & 79 deletions consul/consul.nuspec

Large diffs are not rendered by default.

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>2023.12.07</version>
<version>2023.12.14</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/2023-12-07/SQLToolbelt.exe'
$checksum = '6228770D6C2C87E07CD4EEC4631A163E53241DC210BED180138E5A8F08BE5D62'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-12-14/SQLToolbelt.exe'
$checksum = 'E83AB4FBF218D5C339A0E41C0F8A6F60AB34BEEB6B4190F2F6D5CE70FD4A628C'

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

0 comments on commit b9dad0d

Please sign in to comment.