diff --git a/automatic/flashplayerplugin/flashplayerplugin.nuspec b/automatic/flashplayerplugin/flashplayerplugin.nuspec index 17ea19ff8d3..94c6288e7ef 100644 --- a/automatic/flashplayerplugin/flashplayerplugin.nuspec +++ b/automatic/flashplayerplugin/flashplayerplugin.nuspec @@ -1,10 +1,10 @@ - + - 23.0.0.208 + 24.0.0.194 Adobe Systems Incorporated https://www.adobe.com/software/flash/about/ - https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4a49519947c3cff55c17a0b08266c56b0613e64/icons/flashplayer.png + https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/flashplayer.png https://www.adobe.com/products/clients/all_dist_agreement.html flashplayerplugin Flash Player Plugin diff --git a/automatic/flashplayerplugin/tools/chocolateyInstall.ps1 b/automatic/flashplayerplugin/tools/chocolateyInstall.ps1 index db28c7d9c77..437f95c56ae 100644 --- a/automatic/flashplayerplugin/tools/chocolateyInstall.ps1 +++ b/automatic/flashplayerplugin/tools/chocolateyInstall.ps1 @@ -1,10 +1,10 @@ -$ErrorActionPreference = 'Stop' +$ErrorActionPreference = 'Stop' $packageArgs = @{ packageName = 'flashplayerplugin' fileType = 'msi' - url = 'https://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_23_plugin.msi' - checksum = '17327ab2c9666a0bc88a5f661c1bf98bfba644d92f252f5cb23cbb4b2527f3fd' + url = 'https://download.macromedia.com/get/flashplayer/pdc/24.0.0.194/install_flash_player_24_plugin.msi' + checksum = '81d5c96efe58e6ddaaa296da282688eb656ade966fa97671c87b1a89427f1583' checksumType = 'sha256' silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES' validExitCodes = @(0)