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 Jan 25, 2017
1 parent ca78652 commit a58799f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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>24.0.0.194</version>
<version>24.0.0.194000</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/flashplayeractivex/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ if ($allRight) {
$packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_24_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/24.0.0.194/install_flash_player_24_plugin.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = 'd1d60df68b172f2cb21e4f8572bbb6727385bf4e5874df95560947d35956bb9d'
checksum = '81d5c96efe58e6ddaaa296da282688eb656ade966fa97671c87b1a89427f1583'
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>24.0.0.194</version>
<version>24.0.0.194000</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/flashplayerppapi/flashplayerppapi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<metadata>
<id>flashplayerppapi</id>
<title>Flash Player PPAPI</title>
<version>24.0.0.194</version>
<version>24.0.0.194000</version>
<authors>Adobe Systems Incorporated</authors>
<owners>chocolatey</owners>
<summary>Adobe Flash Player PPAPI Plugin for Opera and Chromium based browsers</summary>
<description>The Adobe Flash Player is freeware software for viewing multimedia, executing Rich Internet Applications, and streaming video and audio, content created on the Adobe Flash platform.</description>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4a49519947c3cff55c17a0b08266c56b0613e64/icons/flashplayer.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/flashplayer.png</iconUrl>
<tags>adobe flash player ppapi plugin admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/flashplayerppapi</packageSourceUrl>
<licenseUrl>https://www.adobe.com/products/clients/all_dist_agreement.html</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/flashplayerppapi/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$packageName = 'flashplayerppapi'
$packageName = 'flashplayerppapi'

$packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/24.0.0.194/install_flash_player_24_ppapi.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Flash Player PPAPI'
checksum = 'EA84BE85075FC05E34CB4FCB2F214276C1066AE534835840F1D2F68CA2104410'
checksum = 'ea84be85075fc05e34cb4fcb2f214276c1066ae534835840f1d2f68ca2104410'
checksumType = 'sha256'
}

Expand Down

0 comments on commit a58799f

Please sign in to comment.