Skip to content

Commit

Permalink
AU: 3 updated - 360ts flashplayeractivex flashplayerppapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 12, 2017
1 parent 75c254d commit 2a0d465
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>360ts</id>
<version>9.6.0.1070</version>
<version>9.6.0.1071</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.6.0.1070.exe'
checksum = '5a505416bd469af8e3e0050cdfe17d52b1ac29a20296a8857efc26607919423c'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.6.0.1071.exe'
checksum = '5c0fc30f0ad38141d216118b9d71ff2c7145c43814cd97662f943de94a62e40f'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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>27.0.0.187</version>
<version>28.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
8 changes: 4 additions & 4 deletions automatic/flashplayeractivex/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'flashplayeractivex'
$version = '27.0.0.187'
$majorVersion = '27'
$version = '28.0.0.126'
$majorVersion = '28'
$registry = ( Get-UninstallRegistryKey -SoftwareName "Adobe Flash Player $majorVersion ActiveX" ).DisplayVersion
$checking = ( $registry -eq $version )
$alreadyInstalled = @{$true = "Adobe Flash Player ActiveX for IE $version is already installed."; $false = "Adobe Flash Player ActiveX for IE $version is not already installed."}[ $checking ]
Expand Down Expand Up @@ -29,10 +29,10 @@ if ($allRight) {
$packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/27.0.0.187/install_flash_player_27_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/28.0.0.126/install_flash_player_28_active_x.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = '35df00a1a7f2854a35092bfd02baeaeba511db62dc9da4b5d3c1381f9fb350b5'
checksum = '974bde92afb8776cc5fc2af8b35fee85c47520892d40dd61d061fa8de7b9d5dd'
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>27.0.0.187</version>
<version>28.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/27.0.0.187/install_flash_player_27_ppapi.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/28.0.0.126/install_flash_player_28_ppapi.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Flash Player PPAPI'
checksum = '53560fef0fed797274a64025c4bf61cab9a31cf6156fda2748b523c6a8e5107b'
checksum = '340e234a6fcbee366477d15aa6d8e63eef02d40677e2b1773c2f71ca071abd46'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 2a0d465

Please sign in to comment.