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 Jul 9, 2019
1 parent bce32ba commit ef8eb57
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.207</version>
<version>32.0.0.223</version>
<authors>Adobe Systems Incorporated</authors>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/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.207'
$version = '32.0.0.223'
$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.207/install_flash_player_32_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.223/install_flash_player_32_active_x.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = 'a65dfb8ce2946460c9425367f31c54f96e699a06df50755c7b71dd98e3f9fc91'
checksum = '7b4acb485832ce2575a32d089564233ab8e8f8b304e8fc336d6ba28f5f611640'
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.207</version>
<version>32.0.0.223</version>
<authors>Adobe Systems Incorporated</authors>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/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.207/install_flash_player_32_plugin.msi'
checksum = '930e42d5431eb1120564c3e788ac6fdeb7083db39949e14e9a96e54373c84607'
url = 'https://download.macromedia.com/get/flashplayer/pdc/32.0.0.223/install_flash_player_32_plugin.msi'
checksum = 'ee34f7a2ecd40039738861fd331ff9d9c5320a33d61b62ae71e108b78f999892'
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.207</version>
<version>32.0.0.223</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.207/install_flash_player_32_ppapi.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.223/install_flash_player_32_ppapi.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Flash Player PPAPI'
checksum = '2f4ac7aca95281830017ff5e3de164c49b3da62d97a1183649fb6b23068089ab'
checksum = '79867a489124409f7f23085e51cef9adb5d9de078b2760b2bcd9e7fcd4d18f07'
checksumType = 'sha256'
}

Expand Down

0 comments on commit ef8eb57

Please sign in to comment.