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 Jun 16, 2017
1 parent 5b6308c commit ec77c81
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.15151</version>
<version>1.0.00.15951</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.15151/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.15151/Teams_windows_x64.exe'
$checksum32 = 'a0da60166921e71ae083db7e8db2cbd1576c1d5a0e9b5a23ff0e6474603ca942'
$checksum64 = '5298799f0cb234d38536c0cab027cd8a25415433bfcbec86575ddf595061b84d'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.0.00.15951/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.15951/Teams_windows_x64.exe'
$checksum32 = '54125fc53aaa9fa8f13e791cb1c733ec6a6f41483eaa9cecb68e2ec6f2feb472'
$checksum64 = '4b01eae345ccbb6b0ff94f180226a0a654e1669f2e6e895225ad50f0074c1939'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit ec77c81

Please sign in to comment.