Skip to content

Commit

Permalink
AU: 2 updated - chromium flashplayeractivex
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 5, 2018
1 parent e05cdbc commit 23a15db
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "73.0.3629.0-snapshots",
"snapshots": "73.0.3632.0-snapshots",
"stable": "70.0.3538.102"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>73.0.3629.0-snapshots</version>
<version>73.0.3632.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/612984/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/612984/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/613930/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/613930/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: E59EEA2994B7266B3E8745449B0C54E27257EBED4DCB33155DE080FA57551FDD
checksum64: 15C5A8FAF9D1BCE678F1B3E54B210E9584FBEB6FEE5FF7B9F7C3CC372B9EAC58
checksum32: 778B8A1E55AE81B1CFCCC6CC36FBFF33A613D1843802CB017AF561D11343633C
checksum64: 9D8596D78A069898871F2485DDEEFE0E3BF9AF0B3AFF869F0EBC392F883D1195

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "73.0.3629.0-snapshots"
$version = "73.0.3632.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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>31.0.0.153</version>
<version>32.0.0.101</version>
<authors>Adobe Systems Incorporated</authors>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/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 = '31.0.0.153'
$majorVersion = '31'
$version = '32.0.0.101'
$majorVersion = '32'
$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/31.0.0.153/install_flash_player_31_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.101/install_flash_player_32_active_x.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = '9c3a5b4b665c9431f7742ba761f9de818353b7cf418b196e795c836a706e4944'
checksum = '5c28bff447e24fed3aebe12a530fafdbaa3b2cffa3fc8abce8bbec461cd1a951'
checksumType = 'sha256'
}
Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 23a15db

Please sign in to comment.