Skip to content

Commit

Permalink
AU: 4 updated - SqlSearch sqltoolbelt TeamCity-OpenJDK8 TeamCity-Prei…
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed May 27, 2023
1 parent f9ddbbc commit 695e76f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion SqlSearch/SqlSearch.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>SqlSearch</id>
<version>2023.03.28</version>
<version>2023.05.25</version>
<title>SQL Search</title>
<authors>Red Gate Software Ltd</authors>
<owners>sumo300, flcdrg</owners>
Expand Down
4 changes: 2 additions & 2 deletions SqlSearch/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$checksum = 'D4995904F71DFFBCA7E4ABD5B8E26277CCB71B7A7775597F884A8CFDB172ACC2'
$url = 'https://download.red-gate.com/installers/SQL_Search/2023-03-28/SQL_Search.exe'
$checksum = '84C22C2537F98006E4F2D0A58022E3F191BF782257E69016D86849886E6B7024'
$url = 'https://download.red-gate.com/installers/SQL_Search/2023-05-25/SQL_Search.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
3 changes: 2 additions & 1 deletion TeamCity-OpenJDK8/TeamCity-OpenJDK8.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"2021.1": "2021.1.4",
"2021.2": "2021.2.3",
"2022.4": "2022.04.4",
"2022.10": "2022.10.3"
"2022.10": "2022.10.3",
"2023.5": "2023.05"
}
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>2022.10.3</version>
<version>2023.05</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="[2022.10.3]" />
<dependency id="teamcity" version="[2023.05]" />
</dependencies>
</metadata>
<files>
Expand Down
3 changes: 2 additions & 1 deletion TeamCity-PreinstalledJRE/TeamCity-PreinstalledJRE.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"2021.1": "2021.1.4",
"2021.2": "2021.2.3",
"2022.4": "2022.04.4",
"2022.10": "2022.10.3"
"2022.10": "2022.10.3",
"2023.5": "2023.05"
}
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>2022.10.3</version>
<version>2023.05</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="[2022.10.3]" />
<dependency id="teamcity" version="[2023.05]" />
</dependencies>
</metadata>
<files>
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>2023.05.24</version>
<version>2023.05.25</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, 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-05-24/SQLToolbelt.exe'
$checksum = '0E6CCD5D13803B9F1A6414DDD50E101C19793188B0F62E0D8264435A6918392A'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-05-25/SQLToolbelt.exe'
$checksum = 'CDAA4868372D87F3D44FE197F1A3DB6AD201D32A91DC86DF1AC015D644125146'

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

0 comments on commit 695e76f

Please sign in to comment.