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 Apr 2, 2023
1 parent b5ecb8e commit 4a38d34
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.4472</version>
<version>1.6.00.6754</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.4472/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.4472/Teams_windows_x64.exe'
$checksum32 = 'cf1d1dd467cebbc6f852b69c769f0964bc553a163124c29a738ba7bf1198bd98'
$checksum64 = '5b17440ce863e242c4113bfde34f2d9d38ebebaae6f4178df70173971a77c55d'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.6.00.6754/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.6754/Teams_windows_x64.exe'
$checksum32 = '73d9a1fc91debec990ab05bb907ab57e52d5e6a7894ff80da75e1a6cc076c31e'
$checksum64 = 'bfd2d8c2a6ca94b685e55a009ed4e084171fce7dfa4faff5a1d1d3c25df8107c'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 4a38d34

Please sign in to comment.