From 7a5ebcf1fcb2fa4d7bb787421f348bb212d7dac0 Mon Sep 17 00:00:00 2001 From: flcdrg Date: Wed, 30 Jan 2019 00:09:04 +0000 Subject: [PATCH] AU: 2 updated - azure-pipelines-agent sqltoolbelt [skip ci] https://gist.github.com/7d00c69c2cde8309a8594abaa897a9a6/b8ad36ca481daaaf23263951c7296efa3f8c7727 --- azure-pipelines-agent/azure-pipelines-agent.nuspec | 2 +- azure-pipelines-agent/tools/chocolateyinstall.ps1 | 8 ++++---- sqltoolbelt/sqltoolbelt.nuspec | 2 +- sqltoolbelt/tools/chocolateyinstall.ps1 | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-pipelines-agent/azure-pipelines-agent.nuspec b/azure-pipelines-agent/azure-pipelines-agent.nuspec index bdbd5549..6dd359ca 100644 --- a/azure-pipelines-agent/azure-pipelines-agent.nuspec +++ b/azure-pipelines-agent/azure-pipelines-agent.nuspec @@ -3,7 +3,7 @@ azure-pipelines-agent - 2.142.1 + 2.144.2 https://github.com/flcdrg/au-packages/tree/master/azure-pipelines-agent flcdrg Azure Pipelines Agent (VSTS Build Agent) diff --git a/azure-pipelines-agent/tools/chocolateyinstall.ps1 b/azure-pipelines-agent/tools/chocolateyinstall.ps1 index db13dfd4..673c7ac0 100644 --- a/azure-pipelines-agent/tools/chocolateyinstall.ps1 +++ b/azure-pipelines-agent/tools/chocolateyinstall.ps1 @@ -1,9 +1,9 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$url = 'https://vstsagentpackage.azureedge.net/agent/2.142.1/vsts-agent-win-x86-2.142.1.zip' -$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.142.1/vsts-agent-win-x64-2.142.1.zip' -$checksum = 'b9131ff57ecc16742f6da9661b4b90ba71be8ded0680b42bcf7059f16317d3e3' -$checksum64 = '143ee296881140cd95781531dffa86f5217c327af0e39986252faf5a22eb7b82' +$url = 'https://vstsagentpackage.azureedge.net/agent/2.144.2/vsts-agent-win-x86-2.144.2.zip' +$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.144.2/vsts-agent-win-x64-2.144.2.zip' +$checksum = 'd90dfb73e06e1a46e96ec814ea69d7b3f5a43775bf01b56dc73e7bdb7ffdbd2d' +$checksum64 = 'c06a8eb9f0aa76444bebcfc26a36282d0579451835fff629c6fa06f0cbf4b89a' $pp = Get-PackageParameters diff --git a/sqltoolbelt/sqltoolbelt.nuspec b/sqltoolbelt/sqltoolbelt.nuspec index 282b34f0..7f0a0761 100644 --- a/sqltoolbelt/sqltoolbelt.nuspec +++ b/sqltoolbelt/sqltoolbelt.nuspec @@ -3,7 +3,7 @@ sqltoolbelt - 2.3.0.2563 + 2.3.0.2565 https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt kscelfo, flcdrg SQL Toolbelt diff --git a/sqltoolbelt/tools/chocolateyinstall.ps1 b/sqltoolbelt/tools/chocolateyinstall.ps1 index a11342b5..7bf18545 100644 --- a/sqltoolbelt/tools/chocolateyinstall.ps1 +++ b/sqltoolbelt/tools/chocolateyinstall.ps1 @@ -2,9 +2,9 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $primaryDownloadUrl = "https://download.red-gate.com/SQLToolbelt.exe" -$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/09Jan2019/SQLToolbelt.exe' -$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2019, 1, 9, 14, 6, 50, 0 # Last modified time corresponding to this package version -$checksum = 'EBC56827B840BF074B99E00AA7B3EC92320112D65661995625A6F061F8F3E2A3' +$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/29Jan2019/SQLToolbelt.exe' +$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2019, 1, 29, 17, 14, 2, 0 # Last modified time corresponding to this package version +$checksum = 'A38B7A1B7D9BD78082A542E40B34BCAD3C59B22993009EF84177D9DFD1AD4684' $validProductPackageNames = @( "SQL Compare",