Skip to content

Commit

Permalink
AU: 2 updated - flashplayeractivex flashplayerppapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 10, 2018
1 parent 1f021bd commit 116a776
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
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>29.0.0.113</version>
<version>29.0.0.140</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
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 = '29.0.0.113'
$version = '29.0.0.140'
$majorVersion = '29'
$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/29.0.0.113/install_flash_player_29_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/29.0.0.140/install_flash_player_29_active_x.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = '9ba950605f78d03af24760eeacc546af88dc092c5ed229e3aac92901a3691278'
checksum = '07da512903214553a78ae5d7a255f1ae7270790ad631bfc2fec29af276185507'
checksumType = 'sha256'
}
Install-ChocolateyPackage @packageArgs
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>29.0.0.113</version>
<version>29.0.0.140</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/29.0.0.113/install_flash_player_29_ppapi.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/29.0.0.140/install_flash_player_29_ppapi.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Flash Player PPAPI'
checksum = '8e28d52363a3ad3ccd301796d83cc6dd7d28b4b248c76f52d37597d7d541d63f'
checksum = '3f68856bbce1144dd9d8534067a23983f9627b129baea43b404bd5f6bff21958'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 116a776

Please sign in to comment.