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 Sep 16, 2017
1 parent e097552 commit e99f713
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.25151</version>
<version>1.0.00.25152</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.25151/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.25151/Teams_windows_x64.exe'
$checksum32 = '057ee0d45f0d7cdbe9251c8bc1383ff331bf189c96aa4b13c63235450a759f3f'
$checksum64 = '542e018f02ed20decb0e672a5cd21fd8b5470608acc3f905052a41d64c1f95c6'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.0.00.25152/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.0.00.25152/Teams_windows_x64.exe'
$checksum32 = 'a0d6ca77f2fd757fd5e6e5b3957cdfe871f0aa114abb909a375f947c0a6b7339'
$checksum64 = 'e33e833394efcf58a528a28e99117e405119c3a49e4dcdb58c8959379526e4cd'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit e99f713

Please sign in to comment.