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 Nov 17, 2022
1 parent 39441e1 commit 7aebd90
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.5.00.28567</version>
<version>1.5.00.31168</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.cdn.office.net/production-windows/1.5.00.28567/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.28567/Teams_windows_x64.exe'
$checksum32 = 'bca369dd27982c05dad1603f0a16a4c49bdd1e35e4e93121012f64869a790dcf'
$checksum64 = 'dcca2a974c673e21f3b5b11cee955fb20b14903c3218cef3b9d2b061cc8a0c30'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.5.00.31168/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.31168/Teams_windows_x64.exe'
$checksum32 = 'a641e00a887fde578e05d94f3348e5622d46581e4fe17aabc975512f78e807c5'
$checksum64 = '86b21b2effc71b8887b83f3b9449a2d14d2f4f18957c774da17dfcb8611f5836'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 7aebd90

Please sign in to comment.