Skip to content

Commit

Permalink
AU: 1 updated - microsoft-teams.install
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 23, 2021
1 parent 1fc91ab commit 806bf1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion microsoft-teams.install/microsoft-teams.install.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.install</id>
<version>1.3.00.28779</version>
<version>1.3.00.34662</version>
<owners>flcdrg</owners>
<title>Microsoft Teams Desktop App (Machine-Wide Install)</title>
<authors>Microsoft Corporation</authors>
Expand Down
8 changes: 4 additions & 4 deletions microsoft-teams.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName= 'microsoft-teams.install'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.3.00.28779/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.3.00.28779/Teams_windows_x64.msi'
$checksum32 = '3d6114134a5abe9e73eb0ce953cd3f54be0db17e7e71893b445a2b410c9c0bd8'
$checksum64 = 'bd405f1fd163bd703fb9615c28c93506073d92674fed4261a950a1350febb8c5'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.3.00.34662/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.3.00.34662/Teams_windows_x64.msi'
$checksum32 = '6b8a741d6c6070db0ed1b3a0db4b288cdf087fab063bbd6fbc10cdb27ad83b07'
$checksum64 = '455392c72c257edee9ae9f032ccf489efd02e529c91a66887b9dcb66e0c40549'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 806bf1b

Please sign in to comment.