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 Jul 6, 2022
1 parent c7ca29f commit 6c9bc24
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.14473</version>
<version>1.5.00.17656</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.14473/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.14473/Teams_windows_x64.exe'
$checksum32 = '823208b97393b57de481fc9fefebd9186710eb662a0135eefebc382373498fcf'
$checksum64 = 'f387a8b02ac63cc2eb2a59c700f0da09e65c558830ebbe85b1ca17bfa4218190'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.5.00.17656/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.17656/Teams_windows_x64.exe'
$checksum32 = '9665f89874413f786db1d851f404a72255e671a9c21b009a1e629b6ca04a80ef'
$checksum64 = '941753dab32433b0383078c1b889fc380ca8ac1d576d2a5b49bf9912a7404cfd'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 6c9bc24

Please sign in to comment.