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 Nov 7, 2020
1 parent 342cbde commit 0778f39
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.26064</version>
<version>1.3.00.28779</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.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'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.3.00.28779/Teams_windows.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.3.00.28779/Teams_windows_x64.exe'
$checksum32 = '467ad3137810941c9765e262e6507a1a9c04b045adae36b15e5e60c76f36e6af'
$checksum64 = 'bcfa005ca2dd6a8d69495deed8e656b43f059822934a29e0979afe49bb30c77c'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 0778f39

Please sign in to comment.