Skip to content

Commit

Permalink
AU: 1 updated - microsoft-teams
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 12, 2023
1 parent 2e43289 commit a21b8e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.29964</version>
<version>1.6.00.33567</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.29964/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.29964/Teams_windows_x64.exe'
$checksum32 = '10def90e61968ad95deff7f3b2ba7c0a79a94df6e22d5aba72dd5299b5fb0837'
$checksum64 = '3ba4991617a7511e1a5907138f30ea4d3f393520d45b7adc55a099c56f0afa26'
$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'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit a21b8e6

Please sign in to comment.