Skip to content

Commit

Permalink
AU: 3 updated - azure-pipelines-agent microsoft-teams sqltoolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jun 8, 2023
1 parent 6c6d563 commit 1d5a1b5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-agent/azure-pipelines-agent.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"v3": "3.220.2",
"v3": "3.220.5",
"v2": "2.218.1"
}
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>3.220.2</version>
<version>3.220.5</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/3.220.2/vsts-agent-win-x86-3.220.2.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.220.2/vsts-agent-win-x64-3.220.2.zip'
$checksum = '7434fba4b95cdd15da56f25ca548e8692a61436b7f4a3b9b539c725472ec63f3'
$checksum64 = '62ac2cc0755a49c59f8fd51c6b6530a9c338252c978f68eb78bad33542e141b3'
$url = 'https://vstsagentpackage.azureedge.net/agent/3.220.5/vsts-agent-win-x86-3.220.5.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.220.5/vsts-agent-win-x64-3.220.5.zip'
$checksum = '60ca8e38139216c02d94db4b26010ceb071b8f96976727cec65e188a8b573743'
$checksum64 = 'f8e491f950769ab6664d6e4a346ed78a859aa2975f6d9dd083cbdc4d179bc0c5'

$pp = Get-PackageParameters

Expand Down
2 changes: 1 addition & 1 deletion microsoft-teams/microsoft-teams.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>microsoft-teams</id>
<version>1.6.00.11166</version>
<version>1.6.00.12455</version>
<owners>flcdrg</owners>
<title>Microsoft Teams Desktop App</title>
<authors>Microsoft Corporation</authors>
Expand Down
8 changes: 4 additions & 4 deletions microsoft-teams/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName= 'microsoft-teams'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.6.00.11166/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.11166/Teams_windows_x64.exe'
$checksum32 = '59c545a1097a6ceca8e444ef50f37b7b5f17d2212c3221f4271ce0d4a091bd9f'
$checksum64 = '5c410d1cfc190b8754173945c15d2077600d9e04dabe1d592d80dc859367488e'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.6.00.12455/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.12455/Teams_windows_x64.exe'
$checksum32 = '60f7cf85c520fcc72d87d9b0b8e4762f9adb12392f9be6cf90bf6d031b553464'
$checksum64 = '5d1841e46c869b04895d13f11ff74e02c2398601e6a3e42b696a73df658828cb'

$packageArgs = @{
packageName = $packageName
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.06.01</version>
<version>2023.06.06</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-06-01/SQLToolbelt.exe'
$checksum = 'D9216C1EA114C09096182D14E637CBEEC2DFC2CF75335D77B2BAD66AC82C4C60'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-06-06/SQLToolbelt.exe'
$checksum = '2E83446E6E56C23A309F58C001F35F4442289B6A146345D06C952F689947D7A1'

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

0 comments on commit 1d5a1b5

Please sign in to comment.