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 Oct 14, 2020
1 parent 584a6cd commit bafec78
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.3.00.24755</version>
<version>1.3.00.26064</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.3.00.24755/Teams_windows.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.3.00.24755/Teams_windows_x64.exe'
$checksum32 = '9cb308253cc654fa7893242e57ca009aea789495f9a5646c4a30b0e60c1b351d'
$checksum64 = '48556e3f5511e11b353fe750cf0c3c08d0c6138f477ab0139494337430c8d90a'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.3.00.26064/Teams_windows.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.3.00.26064/Teams_windows_x64.exe'
$checksum32 = 'b4c5b3fc461336091505c72a8d5fa825b896b866db2fa87e2390e328a85a2b58'
$checksum64 = 'c302f8d223cec2af255b1dd896a3cf0da1aaaf1d8b4ce5dae59be8de9daead44'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit bafec78

Please sign in to comment.