Skip to content

Commit

Permalink
AU: 2 updated - microsoft-teams microsoft-teams.install
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Nov 10, 2018
1 parent 5761e85 commit dcd995d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.1.00.28562</version>
<version>1.1.00.29068</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.microsoft.com/production-windows/1.1.00.28562/Teams_windows.msi'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.28562/Teams_windows_x64.msi'
$checksum32 = '45ab170900a6d8bf6e4a4933ac6a8ef9a8e3084067eb66d712b37cad49b63f3f'
$checksum64 = 'd3828156060b96ec9402821825334e9fbde1f5bb97f9aeecf1a70de068fafc09'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.1.00.29068/Teams_windows.msi'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.29068/Teams_windows_x64.msi'
$checksum32 = '539b37f8cb1f50f33e6fe42278ac1a00f178738703f68336d2441a3e7b0acb29'
$checksum64 = 'd35ca061bea84e2a4fef8148e8b9c6731a5df43a2da13372a55a2c750243c934'

$packageArgs = @{
packageName = $packageName
Expand Down
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.1.00.24759</version>
<version>1.1.00.29068</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.microsoft.com/production-windows/1.1.00.24759/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.24759/Teams_windows_x64.exe'
$checksum32 = '0a2861bb29bcbaf5dc531f225c3b68f59cb68e79ca12039a97f0eb8775b51b40'
$checksum64 = '42763c3d5e25f8a6a43c3a84d51b28a2bf3e1f1e8b31015becf1f3e4653b821a'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.1.00.29068/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.29068/Teams_windows_x64.exe'
$checksum32 = 'bd72e0ae66dca3313cb37456635018e481fb3d5a041931fcc3ea96d944ef95ac'
$checksum64 = 'd421dc6e4cd21564887e2f045944b69ba73d062d7b78ac09a482942ba2e1c229'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit dcd995d

Please sign in to comment.