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 Jul 7, 2017
1 parent 5d6799e commit 44f3fd1
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.16451</version>
<version>1.0.00.17151</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.16451/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.16451/Teams_windows_x64.exe'
$checksum32 = '8271db1075367b877e45e0499537bee4896e097b6bba672c64ec1c494384dd17'
$checksum64 = '4e94d7cb55132bd68832fcbf3c7d35827c28ace9844579cdc605fd51c27b3d45'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.0.00.17151/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.17151/Teams_windows_x64.exe'
$checksum32 = 'ae518970c5fa328008588c22c564915d7de019076081ce75b88e769022a377f5'
$checksum64 = 'c38312fd04c5ff05f087e68fec9132e5b5dd115f3fed28e6c97485ba10bf0bfc'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 44f3fd1

Please sign in to comment.