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 Mar 25, 2021
1 parent 6bd1a4a commit 02a7f8d
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.4.00.4167</version>
<version>1.4.00.7174</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.4.00.4167/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.4.00.4167/Teams_windows_x64.msi'
$checksum32 = 'a5b7d42af34a9aaa5f5b2887620b5baec60a6e4c988fcdf703f0259e24075b28'
$checksum64 = 'ca79ee7bc25052d73cc0044e98da169375fe9f7e2f9652392ce2ff4d370987ca'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.4.00.7174/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.4.00.7174/Teams_windows_x64.msi'
$checksum32 = 'e145d2c9e2a1e119027edd785ee0fd8e09f4ba3ed5ecd74dc0cf8ed622dd9bd7'
$checksum64 = 'ed4cbf375cd9a60ebbef5871af17cd046105df4d24171f3c9d50443e9ea5bb0c'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 02a7f8d

Please sign in to comment.