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 May 4, 2018
1 parent 04b9bc6 commit 6da11c5
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.1.00.8751</version>
<version>1.1.00.10955</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.1.00.8751/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.8751/Teams_windows_x64.exe'
$checksum32 = '5b7ccebb9072dca45a6ef6e7cc282b3b35a631c997b61df0699d3aa649304952'
$checksum64 = '7a8a3b775e1088287d736ad777b2c3c33b89722af06ffbac639cc0de722477f5'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.1.00.10955/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.10955/Teams_windows_x64.exe'
$checksum32 = '9efbd5c85fd9d2938cf63ddfdfc3856ac9610a892657b48cedaa6eca8199e3c6'
$checksum64 = '63455d2330ff228882c4fa06b1b94128f7c4bbe0552edcbfeb878773008acfdf'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 6da11c5

Please sign in to comment.