Skip to content

Commit

Permalink
AU: 5 updated - ccleaner flashplayeractivex flashplayerplugin flashpl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 11, 2017
1 parent f49219c commit 9b1937b
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.31.6105</version>
<version>5.32.6129</version>
<authors>Piriform</authors>
<owners>maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'

$packageName = 'ccleaner'
$url32 = 'https://download.piriform.com/ccsetup531.exe'
$url32 = 'https://download.piriform.com/ccsetup532.exe'
$url64 = $url32
$checksum32 = 'c0ea5b0a8c1f2f1bf0eed8e688ea60fc48f6f953f46e7df40bc26cb8de4585f3'
$checksum32 = '5efe445a696914b968f763b5830a62365d95e45052c35a96e05794bc7a7a2964'
$checksum64 = $checksum32

if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
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>26.0.0.131</version>
<version>26.0.0.137</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 = '26.0.0.131'
$version = '26.0.0.137'
$majorVersion = '26'
$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/26.0.0.131/install_flash_player_26_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/26.0.0.137/install_flash_player_26_active_x.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = '272998498f5d7cd5bdec5ca43d2a6c6249c6b470001a8c03649e9c65ad16469c'
checksum = '22bacb86dacca61ce068f48741c7f85cf1154cce8f335ddfc5091232a56fbec1'
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>26.0.0.131</version>
<version>26.0.0.137</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/26.0.0.131/install_flash_player_26_plugin.msi'
checksum = 'f13fdcc14f65d53a6ecc48fb7148edd9e3da34e2bbf17604b487ef35e8c15377'
url = 'https://download.macromedia.com/get/flashplayer/pdc/26.0.0.137/install_flash_player_26_plugin.msi'
checksum = '7e781c353feebe0c06c20ce749caeb5ebe6f4628fcfe1e78913fb8ea6adb2d08'
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>26.0.0.131</version>
<version>26.0.0.137</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/26.0.0.131/install_flash_player_26_ppapi.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/26.0.0.137/install_flash_player_26_ppapi.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Flash Player PPAPI'
checksum = '560fade9107324647ccd794f1cd1dfc5e8ffd49b038bfb3dca88b3e274b734d5'
checksum = '8e1188c8e285592fec9b1d9a50e083a53b4409e3436e18dbcbe9bae5c6daea9b'
checksumType = 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>46.0.2597.39</version>
<version>46.0.2597.46</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -15,7 +15,7 @@
The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.
</description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-46/#b2597.39</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-46/#b2597.46</releaseNotes>
<tags>browser opera admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ $toolsPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition)

if (Is32BitInstalled) { $env:ChocolateyForceX86 = $true }

$version = '46.0.2597.39'
$version = '46.0.2597.46'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.39/win/Opera_46.0.2597.39_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.39/win/Opera_46.0.2597.39_Setup_x64.exe'
checksum = 'e7305d2b2aa8b3d5dab88206b220947132bb122d84dd72422f915b8e4232bc7e'
checksum64 = 'f149df1d72dc6f16a0710392566a19c3c3392a9a53832c10c0dd4843c85bdcfe'
url = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.46/win/Opera_46.0.2597.46_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.46/win/Opera_46.0.2597.46_Setup_x64.exe'
checksum = 'f09e5e0b633b3c3b1f697c06d434b6a6a27bf30cd81e98b8ddc26980232d2e7b'
checksum64 = '8cecdb650d208896078bbfe5776f2289535291822f1bc02031d2ae2ed352ef91'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
Expand Down

0 comments on commit 9b1937b

Please sign in to comment.