Skip to content

Commit

Permalink
AU: 2 updated - beyondcompare microsoft-teams.install
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Oct 30, 2018
1 parent 7ab7244 commit e0c0f17
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion beyondcompare/beyondcompare.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>beyondcompare</id>
<version>4.2.7.23425</version>
<version>4.2.8.23479</version>
<title>Beyond Compare</title>
<authors>Scooter Software</authors>
<owners>Miguel Madero, Brendan Forster, David Gardiner</owners>
Expand Down
10 changes: 5 additions & 5 deletions beyondcompare/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $german = @(3079,1031,5127,4103,2055)
$french = @(2060,11276,3084,9228,12300,1036,5132,13324,6156,14348,10252,4108,7180)
$japanese = @(17, 1041)

$version = '4.2.7.23425'
$version = '4.2.8.23479'

$packageArgs = @{
packageName = 'beyondcompare'
Expand All @@ -27,10 +27,10 @@ $packageArgs = @{
checksumType = 'sha256'
}

$checksumde = 'a633d7fdfa99978160a6e2d5986da0ec3d39e0c8f65e31b4f8163c4429077620'
$checksumfr = 'e11044f256fa859d57b7de4d5447eb2c1ac19a52e3f5662120fdc5cd2b8b0a3e'
$checksumjp = '387191a2b37094fce8940341d750bf0509b76c8d228e1f8d644a8f293b72d9ca'
$checksum = 'a3b45191a25505de429d25bd354a8fbd259693c6b0b0b778c898c0e1c1f685af'
$checksumde = 'e1f8f150d57022da2dbb4024279bd6b731e516b4f5c2b7de5ddfab86fffce85d'
$checksumfr = '7b0eecffbf08dcb674027ad065000a142387881903339d2b40bb1b58b3eaf477'
$checksumjp = '022e9fc7a1e13ea3ab36061c30a6f227298f9578d70bfded6c4d930facef74cf'
$checksum = 'fad4d8b9d481d55ef3e71a58be7b2a40790565eebf732a089be7b3c786b0f6f5'

if ($german -contains $LCID)
{
Expand Down
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.25457</version>
<version>1.1.00.28562</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.25457/Teams_windows.msi'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.25457/Teams_windows_x64.msi'
$checksum32 = '711434af65d1ac645989565f2152a2d92e0ad8cc70ed18d78f25b073989b1b2b'
$checksum64 = '989ce4481363cedef6bd346bee411cc0afb918f728504b893fb2f22026a545bf'
$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'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit e0c0f17

Please sign in to comment.