Skip to content

Commit

Permalink
AU: 4 updated - flashplayeractivex flashplayerplugin flashplayerppapi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 6, 2018
1 parent 897c094 commit bebb355
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/flashplayeractivex/flashplayeractivex.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>28.0.0.137</version>
<version>28.0.0.161</version>
<authors>Adobe Systems Incorporated</authors>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/flashplayer.png</iconUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/flashplayeractivex/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$packageName = 'flashplayeractivex'
$version = '28.0.0.137'
$version = '28.0.0.161'
$majorVersion = '28'
$registry = ( Get-UninstallRegistryKey -SoftwareName "Adobe Flash Player $majorVersion ActiveX" ).DisplayVersion
$checking = ( $registry -eq $version )
Expand Down Expand Up @@ -29,10 +29,10 @@ if ($allRight) {
$packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/28.0.0.137/install_flash_player_28_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/28.0.0.161/install_flash_player_28_active_x.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = '9929f498d1c57946ce28d3f315955bdb55a1141d5486127ccddaf688ce7ba12b'
checksum = '0e3a4f5bf697786f0234244e2d49731f9b82cb3fee1c102bef40032592e00647'
checksumType = 'sha256'
}
Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/flashplayerplugin/flashplayerplugin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>27.0.0.187</version>
<version>28.0.0.161</version>
<authors>Adobe Systems Incorporated</authors>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/flashplayer.png</iconUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/flashplayerplugin/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'flashplayerplugin'
fileType = 'msi'
url = 'https://download.macromedia.com/get/flashplayer/pdc/27.0.0.187/install_flash_player_27_plugin.msi'
checksum = 'ee16cc847c289bd91cf674d750ad474c5dd3714350245fc1d511e6b0df32b8fe'
url = 'https://download.macromedia.com/get/flashplayer/pdc/28.0.0.161/install_flash_player_28_plugin.msi'
checksum = '8a41bc6102a3786c4bcae5146dbadef64ccb3d27f1ef6576c5ba8258db6bf213'
checksumType = 'sha256'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/flashplayerppapi/flashplayerppapi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>flashplayerppapi</id>
<title>Flash Player PPAPI</title>
<version>28.0.0.137</version>
<version>28.0.0.161</version>
<authors>Adobe Systems Incorporated</authors>
<owners>chocolatey</owners>
<summary>Adobe Flash Player PPAPI Plugin for Opera and Chromium based browsers</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/flashplayerppapi/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/28.0.0.137/install_flash_player_28_ppapi.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/28.0.0.161/install_flash_player_28_ppapi.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Flash Player PPAPI'
checksum = '0d3c27fd4a14103417983288cf03055dc8d9e93d57cf73a5510ec82d0f2ae0c4'
checksum = '26ea33f1830b3d2901716e4f9bc6467bcbf64721da75d9585561ceb9e04e1e12'
checksumType = 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/flashplayerppapi/tools/ChocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $silentArgs = '-uninstall pepperplugin'

$key32 = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\'
$key64 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\'
$key = @{64=$key64;32=$key32}[(Get-ProcessorBits)]
$key = @{64=$key64;32=$key32}[(Get-OSArchitectureWidth)]

$uninstaller = Get-ChildItem $key | %{ Get-ItemProperty $_.PSPath } | ?{ $_.PSChildName -match $programName }
$uninstaller = Get-ChildItem $key | ForEach-Object{ Get-ItemProperty $_.PSPath } | Where-Object{ $_.PSChildName -match $programName }

$uninstallString = $uninstaller.uninstallString -replace " -maintain pepperplugin",""

Expand Down
4 changes: 2 additions & 2 deletions automatic/libreoffice-streams/libreoffice-streams.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"still": "5.3.7",
"fresh": "5.4.4"
"still": "5.4.4",
"fresh": "6.0.0"
}
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice-fresh</id>
<title>LibreOffice Fresh</title>
<version>5.4.4</version>
<version>6.0.0</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey</owners>
<summary>LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'libreoffice'
fileType = 'msi'
url = 'https://download.documentfoundation.org/libreoffice/stable/5.4.4/win/x86/LibreOffice_5.4.4_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/5.4.4/win/x86_64/LibreOffice_5.4.4_Win_x64.msi'
checksum = '7c56031fb5577edafd35153c0d284ecf2c0ec3773a72f3e2209271c44ba156a8'
checksum64 = '0738dd24b5ba9a9dab079df34db7543d9d8b9a7a2989c0a4934debbaea8a5c8f'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.0.0/win/x86/LibreOffice_6.0.0_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.0.0/win/x86_64/LibreOffice_6.0.0_Win_x64.msi'
checksum = 'b2f18f1ce2ace2365f114c687bb2a4db646d8601e849fffb57e19c2874306bb0'
checksum64 = '6b4b14862d43c5df51034df888e1bfdfc03c391717de32e1a0fb8377b4bb0ced'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart'
Expand Down

0 comments on commit bebb355

Please sign in to comment.