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 Jan 30, 2019
1 parent 6e19649 commit 7a5ebcf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.142.1</version>
<version>2.144.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.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

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>2.3.0.2563</version>
<version>2.3.0.2565</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
6 changes: 3 additions & 3 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7a5ebcf

Please sign in to comment.