Skip to content

Commit

Permalink
AU: 1 updated - microsoft-teams.install
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 11, 2024
1 parent 53f0fa6 commit 675631f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion microsoft-teams.install/microsoft-teams.install.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.install</id>
<version>1.6.00.33567</version>
<version>1.6.00.35961</version>
<owners>flcdrg</owners>
<title>Microsoft Teams Classic Desktop App (Machine-Wide Install)</title>
<authors>Microsoft Corporation</authors>
Expand Down
8 changes: 4 additions & 4 deletions microsoft-teams.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName= 'microsoft-teams.install'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.6.00.33567/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.33567/Teams_windows_x64.msi'
$checksum32 = 'f6f486ca50441f643894dce281f064539505980a0f1517303ed31561c9d365d7'
$checksum64 = '5d0e3fa29a6a81f25fe558d15107bb184197c498ae54ac3eaea7492def9c6e88'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.6.00.35961/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.35961/Teams_windows_x64.msi'
$checksum32 = '0246eea48ef0443378eb4fe4c2f36e714e15124917d3c7e202091899d35deacc'
$checksum64 = 'fdc5516fc73066a11c25ef0488cb027ea954bf2364f596d461183ac2dc15a89b'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 675631f

Please sign in to comment.