Skip to content

Commit

Permalink
AU: 2 updated - flashplayeractivex flashplayerplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 12, 2019
1 parent 3808c9f commit 9791d33
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/flashplayeractivex/flashplayeractivex.nuspec
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.142</version>
<version>32.0.0.156</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
@@ -1,5 +1,5 @@
$packageName = 'flashplayeractivex'
$version = '32.0.0.142'
$version = '32.0.0.156'
$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.142/install_flash_player_32_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.156/install_flash_player_32_active_x.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = '94e305e9ac0e09d4e90b1aadc67d523e7ea3a0137db107d578d39a7df87eafe8'
checksum = '2260e1e47f95a65e8c3d9e3003de2342fbf39a735c65af1e1bcc807af871eaed'
checksumType = 'sha256'
}
Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/flashplayerplugin/flashplayerplugin.nuspec
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.142</version>
<version>32.0.0.156</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
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'flashplayerplugin'
fileType = 'msi'
url = 'https://download.macromedia.com/get/flashplayer/pdc/32.0.0.142/install_flash_player_32_plugin.msi'
checksum = 'f43b48c3e2e7854dc7260970430aeeb380de669c7714f96556636a9ad112d9fb'
url = 'https://download.macromedia.com/get/flashplayer/pdc/32.0.0.156/install_flash_player_32_plugin.msi'
checksum = '863acd39bd699fdc5a04fe723c49063496dee406e591bf477a7d25f555d4538e'
checksumType = 'sha256'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
validExitCodes = @(0)
Expand Down

0 comments on commit 9791d33

Please sign in to comment.