Skip to content

Commit

Permalink
AU: 3 updated - flashplayeractivex flashplayerplugin flashplayerppapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 12, 2019
1 parent 7fcfe2a commit b6177af
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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>32.0.0.114</version>
<version>32.0.0.142</version>
<authors>Adobe Systems Incorporated</authors>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/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 = '32.0.0.114'
$version = '32.0.0.142'
$majorVersion = '32'
$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/32.0.0.114/install_flash_player_32_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.142/install_flash_player_32_active_x.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = '3a7d98a2111e01c7d22d95093b674c783abb744c1b54043d14a71281c7659b05'
checksum = '94e305e9ac0e09d4e90b1aadc67d523e7ea3a0137db107d578d39a7df87eafe8'
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>32.0.0.114</version>
<version>32.0.0.142</version>
<authors>Adobe Systems Incorporated</authors>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/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/32.0.0.114/install_flash_player_32_plugin.msi'
checksum = '4ce93c159940041d6037e286752bce8c17a560eb332871bf2ea19ebf47733f02'
url = 'https://download.macromedia.com/get/flashplayer/pdc/32.0.0.142/install_flash_player_32_plugin.msi'
checksum = 'f43b48c3e2e7854dc7260970430aeeb380de669c7714f96556636a9ad112d9fb'
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>32.0.0.114</version>
<version>32.0.0.142</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/32.0.0.114/install_flash_player_32_ppapi.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.142/install_flash_player_32_ppapi.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Flash Player PPAPI'
checksum = 'ff9c6de0716e216494e10c67fba9b7f4734095e12119694c0a4f5cc1fa2e989a'
checksum = 'd8157287ae9ab22835cf2b4b339769d8568893d2de3cdb2bbd9462dd46e9a5d9'
checksumType = 'sha256'
}

Expand Down

0 comments on commit b6177af

Please sign in to comment.