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 Jul 6, 2022
1 parent ec5b621 commit c7ca29f
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.5.00.14473</version>
<version>1.5.00.17656</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.5.00.14473/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.14473/Teams_windows_x64.msi'
$checksum32 = '1c35db0abbaa3a879c3d259cd231e5df449b9b4c2bfbab347bb775dc0bd4c42d'
$checksum64 = 'b980c8b6495cd6e20da118e2b569fd3dd886d0e1fb3e73f3b966e6e5b95f5f44'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.5.00.17656/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.17656/Teams_windows_x64.msi'
$checksum32 = 'd4c760421c9438c07d4463d701b65ab0134cf6b40863123ee5a07e4469013895'
$checksum64 = '6c315505d1d589097ef5c74a453e71fe05ee96522f8ae3e8f11a1a3a0fe9eacb'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit c7ca29f

Please sign in to comment.