Skip to content

Commit

Permalink
AU: 2 updated - flashplayerplugin flashplayerppapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 13, 2017
1 parent f87d188 commit ebdf2fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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>25.0.0.171</version>
<version>26.0.0.126</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/25.0.0.171/install_flash_player_25_plugin.msi'
checksum = '92b320a8271d80153782e15e47807952f037eb19b6a10f2c1c60db8963e491d7'
url = 'https://download.macromedia.com/get/flashplayer/pdc/26.0.0.126/install_flash_player_26_plugin.msi'
checksum = 'c76665ae92d771b373123c8a0c26cc273d6fcce33fe055e12c2d7f8c8f70083d'
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>25.0.0.171</version>
<version>26.0.0.126</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/25.0.0.171/install_flash_player_25_ppapi.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/26.0.0.126/install_flash_player_26_ppapi.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Flash Player PPAPI'
checksum = '48c4793c877506d94c4c27521a25dbc12a96743e73cb145175bfea44b87174f1'
checksum = '1370767d2a51b2845de0886fd06cf5081ce75b90c3f51e01b79f465ee47e1bf5'
checksumType = 'sha256'
}

Expand Down

0 comments on commit ebdf2fe

Please sign in to comment.