Skip to content

Commit

Permalink
AU: 2 updated - azure-pipelines-agent sqltoolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Nov 12, 2022
1 parent 8c15400 commit 430e5f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-agent/azure-pipelines-agent.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>azure-pipelines-agent</id>
<version>2.213.1</version>
<version>2.213.2</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/azure-pipelines-agent</packageSourceUrl>
<owners>flcdrg</owners>
<title>Azure Pipelines Agent (VSTS Build Agent)</title>
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines-agent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$url = 'https://vstsagentpackage.azureedge.net/agent/2.213.1/vsts-agent-win-x86-2.213.1.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.213.1/vsts-agent-win-x64-2.213.1.zip'
$checksum = '8a5cc214d0ca268d38c179c1749fa949bf7045aa10bbd63d4164f41af94f50a2'
$checksum64 = '4d2f459cc1fbd8b4587078d32351be49cffe4ebc4be9ae9f343f2a11b1064f19'
$url = 'https://vstsagentpackage.azureedge.net/agent/2.213.2/vsts-agent-win-x86-2.213.2.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.213.2/vsts-agent-win-x64-2.213.2.zip'
$checksum = '20dd6a9675f18e7600233c9012c6edc8d8a9ad36889056436430a2800b6afbb0'
$checksum64 = 'e4c0061fa87d04241048c9086dcd5534f1840a2262261bf964342b178cb76dd6'

$pp = Get-PackageParameters

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>2022.11.03</version>
<version>2022.11.10</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/2022-11-03/SQLToolbelt.exe'
$checksum = 'A9948358C4CC5896DD1258D012DC8A8C4CA184132A3FCE4DF5221F54E5E0A069'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2022-11-10/SQLToolbelt.exe'
$checksum = '12069A5096D3EC3EBC3141324EC1FF8E7412EECD788F3A48EBCDF7825C04F8B2'

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

0 comments on commit 430e5f2

Please sign in to comment.