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 Dec 7, 2017
1 parent 9dea380 commit ae4f09f
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.0.00.31451</version>
<version>1.0.00.33658</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.microsoft.com/production-windows/1.0.00.31451/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.31451/Teams_windows_x64.exe'
$checksum32 = 'dbe2611ca17329dfd04a2ad54aa701389b97a42146831238fed39f0f93f89796'
$checksum64 = '7b4bf697748170db14391b253a96eed861986c828d73f937d90536d8da1a636d'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.0.00.33658/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.33658/Teams_windows_x64.exe'
$checksum32 = '10a36feb19a94d89679ca25832de835d1f594ae5f699501c5896c5084f526ada'
$checksum64 = 'fbc5d2a9ab0732c825d3d5df639315af5158d6f73bfbeae825abd51cf12249a7'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit ae4f09f

Please sign in to comment.