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 Dec 14, 2022
1 parent 9d59157 commit 139ef5f
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.31168</version>
<version>1.5.00.33362</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.31168/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.31168/Teams_windows_x64.msi'
$checksum32 = 'ad7a1da1a134e8f2027c9cdcd471d934926cbde9280e06364b5257124ecaf5fc'
$checksum64 = 'f77029953d1107d1c1377a6ca8bd8bce1c91cf224b74c9eac1860a30ddcf07b2'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.5.00.33362/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.33362/Teams_windows_x64.msi'
$checksum32 = '2c21aa6c5014da82de15dc3e424ae08a61a74e74046f21dca79749d452048308'
$checksum64 = '8f309503b86f21a24a40168bb46520179e023c594a5cdea914ee9a49521ebda2'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 139ef5f

Please sign in to comment.