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 Feb 12, 2021
1 parent daebf03 commit 24a84b0
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.181.1</version>
<version>2.181.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.181.1/vsts-agent-win-x86-2.181.1.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.181.1/vsts-agent-win-x64-2.181.1.zip'
$checksum = '0ca14cf8e42c752a913aa6bd6201e71e134d53aea231039f136347feff83945a'
$checksum64 = '5c990408dd8b9e02e99a2b719adcff785a53bdbdc5cfa92b53d5a19f36bf96d6'
$url = 'https://vstsagentpackage.azureedge.net/agent/2.181.2/vsts-agent-win-x86-2.181.2.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.181.2/vsts-agent-win-x64-2.181.2.zip'
$checksum = 'd8725a67630a0365e5d72b3750d361dae158d1a3487abf3af7718a8de8488ae7'
$checksum64 = '2faea1d9097a87a5be03258b47000ed997fae223758e4b21979dfd53dc568618'

$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>2021.02.04</version>
<version>2021.02.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/2021-02-04/SQLToolbelt.exe'
$checksum = 'A26044B675F6D62EE4DCC0B9C8E0CD05D6515B61D45CBD37C90E4727C7A16A73'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2021-02-10/SQLToolbelt.exe'
$checksum = '4F402732405C2C51FE8AED5BCB154B8FCC79A6DEA82E70B15E311E0B27689139'

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

0 comments on commit 24a84b0

Please sign in to comment.