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 Jan 11, 2024
1 parent 675631f commit caf5729
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.6.00.33567</version>
<version>1.6.00.35961</version>
<owners>flcdrg</owners>
<title>Microsoft Teams Classic 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.33567/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.33567/Teams_windows_x64.exe'
$checksum32 = '9fca6b5074540b5c0ff19febc8ee28cdd767885d86a6f66a4188427e7c1ef8a8'
$checksum64 = '888b38ad53e0144cd7a95fc7a165dc4f683e6a29496c7f532d09097abccc4ea5'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.6.00.35961/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.35961/Teams_windows_x64.exe'
$checksum32 = '552bb7b692037b738954341444377f1f13759bb49213fbeb42b91b7f632cc409'
$checksum64 = 'd095c28bb9efec4f20e4e913a8ac3c34ecbb0bf4cfdbe417db0465b92f14c5c9'

$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>2024.01.04</version>
<version>2024.01.09</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>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/2024-01-04/SQLToolbelt.exe'
$checksum = 'FE00E99E24A4B87A4743F65ECD1D6885E1FB9AEAC192FC6A2F63F18EE2367EAE'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-01-09/SQLToolbelt.exe'
$checksum = 'BA33C28EC415CC863AB93BD16113CAB7AE1C36A54664D45B8B18638C79BC95A1'

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

0 comments on commit caf5729

Please sign in to comment.