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 15, 2017
1 parent 997c80a commit aa8a77b
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.33658</version>
<version>1.0.00.34151</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.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'
$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'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit aa8a77b

Please sign in to comment.