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 Apr 1, 2023
1 parent a34f080 commit b5ecb8e
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.4472</version>
<version>1.6.00.6754</version>
<owners>flcdrg</owners>
<title>Microsoft Teams 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.4472/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.4472/Teams_windows_x64.msi'
$checksum32 = 'c08abdd8d700782e2a135fbc1009295ebc3d5549d3c37e6ec6aa161837fdf5ed'
$checksum64 = 'a63a8d703263521e958d30996a57ce42666c777262ededd8f2df9490f8151310'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.6.00.6754/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.6754/Teams_windows_x64.msi'
$checksum32 = 'd227d61a76bdb54b6a61af703100e37f3a2af90bbc68b95a7a4e2725ea9b2a0a'
$checksum64 = '4e4bb25882a92bbbf2c1d6cbd0464fc7a92f0ccc344070e25a22f7aa3af72b77'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit b5ecb8e

Please sign in to comment.