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 Jan 12, 2018
1 parent c4c0657 commit 87ffcc8
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.34151</version>
<version>1.1.00.252</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.34151/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.34151/Teams_windows_x64.exe'
$checksum32 = '982fe4dce54cc990978f6c32d89786342a848bca5ea897b82007b6f9597f5dc5'
$checksum64 = '29adf43ad32ca6c363b7e4e4de2afa00c95bfbba237f2e15d2ad9fb69f0a0fba'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.1.00.252/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.252/Teams_windows_x64.exe'
$checksum32 = '6ec927307cc8f199f630883b3cd094578f3234ed761fc4cad14fd7592640d35f'
$checksum64 = '793832a7ffce804f0e634c53c6ec72ccce00935b593a2a7e1b82d4604d87c5eb'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 87ffcc8

Please sign in to comment.