Skip to content

Commit

Permalink
AU: 2 updated - microsoft-teams sqltoolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Mar 11, 2022
1 parent 2c674f1 commit ba73ff1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.5.00.4689</version>
<version>1.5.00.5967</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.5.00.4689/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.4689/Teams_windows_x64.exe'
$checksum32 = '547d926f39dc866d924c46f61da4ad6778fb56432c3cea9e952c50f218be4241'
$checksum64 = '2a049c4c3fd8af34731b04de5ec5f370d03c33e8d1273a4af7e2c832261ed800'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.5.00.5967/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.5967/Teams_windows_x64.exe'
$checksum32 = '6ee5da7689e9d9b86f17ec00a2b4bdb67e61b9f02799135cf357b4968ca61b63'
$checksum64 = '4612240e0a8f4e7f5bf490b2bccb568354922f82de10abfb9f14c4a2e09bcf30'

$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>2022.03.03</version>
<version>2022.03.09</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-03-03/SQLToolbelt.exe'
$checksum = '634E436FBC9D40DFEBD4C9DEAF2F441D2614C26BC3DBEE01A7E03071FFD57BC9'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2022-03-09/SQLToolbelt.exe'
$checksum = 'C27EE490D3F2BDBD88B76902DA7B4B47880980E79BF0001238D476BCCC1BC520'

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

0 comments on commit ba73ff1

Please sign in to comment.