Skip to content

Commit

Permalink
AU: 7 updated - chromium flashplayeractivex flashplayerplugin flashpl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 10, 2019
1 parent 24aae0c commit ab6567d
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 37 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": "78.0.3901.0-snapshots",
"snapshots": "79.0.3909.0-snapshots",
"stable": "75.0.3770.142"
}
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>78.0.3901.0-snapshots</version>
<version>79.0.3909.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/692375/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/692375/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/695085/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/695085/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: 21D221DEB3D6E01546FC9A823A5E9C35B91A350F1DC3EEDDC491AB6EAAF4ABB8
checksum64: 4C5E91A842E58C5266D12AEF19D0BEFA53CBBEEA73AD7865EFD5D709C283AA9B
checksum32: 293AE902054201784FA1AE9A373F674BA3EDE9F3A7F8C83B8C5D52B28C19D27F
checksum64: 036D820C83ACF335B2331567F9C3B5C5D565F8854D730F8D9C4836A524B20B4F

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 = "78.0.3901.0-snapshots"
$version = "79.0.3909.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>32.0.0.238</version>
<version>32.0.0.255</version>
<authors>Adobe Systems Incorporated</authors>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/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 = '32.0.0.238'
$version = '32.0.0.255'
$majorVersion = '32'
$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/32.0.0.238/install_flash_player_32_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.255/install_flash_player_32_active_x.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = '88b5727f4953c5be1ea5fcf49add91d17bbd22a651a2e6b9203723a840033335'
checksum = '16cccb3d194ac674248692317f2e57aa8d2e424c0a263a5ff0c9925b8338bcaf'
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>32.0.0.238</version>
<version>32.0.0.255</version>
<authors>Adobe Systems Incorporated</authors>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/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/32.0.0.238/install_flash_player_32_plugin.msi'
checksum = 'f640ee654aa58f10a52b2b235feaf14743e18bdc008109c9c1eb96b4763fe50a'
url = 'https://download.macromedia.com/get/flashplayer/pdc/32.0.0.255/install_flash_player_32_plugin.msi'
checksum = '792fa3a4bf7d499a22ccc9dd48962ce5f5cd140ea93423f7a03b13cf99fa2915'
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>32.0.0.238</version>
<version>32.0.0.255</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/32.0.0.238/install_flash_player_32_ppapi.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.255/install_flash_player_32_ppapi.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Flash Player PPAPI'
checksum = 'bac877118248f186fbda10ccfb569c9f6d2296b823a39d47126e3be62c5927bf'
checksum = '726cd6a058405c35b3ec158b3d3d0fecd5c96c52bcd900f3f8b0dba7ac55e16e'
checksumType = 'sha256'
}

Expand Down
3 changes: 2 additions & 1 deletion automatic/gnucash/gnucash.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"3.3": "3.3",
"3.4": "3.4",
"3.5": "3.5",
"3.6": "3.6"
"3.6": "3.6",
"3.7": "3.7"
}
2 changes: 1 addition & 1 deletion automatic/gnucash/gnucash.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gnucash</id>
<version>3.6</version>
<version>3.7</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gnucash</packageSourceUrl>
<owners>chocolatey</owners>
<title>GnuCash</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/gnucash/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.6/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.7/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.6/gnucash-3.6.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.7/gnucash-3.7.setup.exe/download>
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
checksum: CB8BA5AA13DCE6C9CAEDFB774ABEF47B8E352C2CDA7D762D3F74840F1B12766A
checksum: 3664F3F0A2725BA1B771400ECF1478DB164006E97832EA19883657C3D3F41EC3

The file 'LICENSE.txt' has been obtained from <https://github.com/Gnucash/gnucash/blob/7a0f0d57c809a2177d015ad4a961e2b1d34dfee6/LICENSE>
2 changes: 1 addition & 1 deletion automatic/gnucash/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\gnucash-3.6.setup.exe"
file = "$toolsPath\gnucash-3.7.setup.exe"

softwareName = 'GnuCash*'

Expand Down
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.9.2</version>
<version>1.10.0</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.9.2/KeeWeb-1.9.2.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.9.2/KeeWeb-1.9.2.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.10.0/KeeWeb-1.10.0.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.10.0/KeeWeb-1.10.0.win.x64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 4739B277488ED2BF80062F4189840412EC1E9176552B9EC802C1DC08638CC4E7
checksum64: 10476C70EAA637487B8BCD28CB624A3905517228692F3C30566DB5FA31912C8A
checksum32: 8047081031246E129B577EFC4D5BAE88A6D7C9381EED530A33AADFAB44DF0D07
checksum64: B8D725327CEBA8D4BB145EB5592C8C088FB328E3DE425FEF9A3156BDB1902C3C

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/26d6844b65e78217d3b3eb6cfa4ed5e226404320/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.9.2.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.9.2.win.x64.exe"
file = "$toolsPath\KeeWeb-1.10.0.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.10.0.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/krita/krita.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>krita</id>
<title>Krita</title>
<version>4.2.5</version>
<version>4.2.6</version>
<owners>chocolatey,dtgm,KDE</owners>
<summary>Krita is a sketching and painting program designed for digital artists.</summary>
<description><![CDATA[Krita is a FREE and open source painting tool designed for concept artists, illustrators, matte and texture artists, and the VFX industry. Krita has been in development for over 10 years and has had an explosion in growth recently. It offers many common and innovative features to help the amateur and professional alike. See below for some of the highlighted features.
Expand Down
8 changes: 4 additions & 4 deletions automatic/krita/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x86: https://download.kde.org/stable/krita/4.2.5/krita-x86-4.2.5-setup.exe
x64: https://download.kde.org/stable/krita/4.2.5/krita-x64-4.2.5-setup.exe
x86: https://download.kde.org/stable/krita/4.2.6/krita-x86-4.2.6-setup.exe
x64: https://download.kde.org/stable/krita/4.2.6/krita-x64-4.2.6-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: FC257FC0C49DBB6F69D36FA2D8026E674B436E8C3219ACC79355610A2039A298
checksum64: 73C536423E456D61A2C7959D8EAAF17045440013E121CA146DBA3C6AC2285AA2
checksum32: FCEB29051724AF3C8FB1122A3C88BABC01BF77F18F48379A350B40898554F522
checksum64: 9946096460A37F6512C91166B90FAC308E9BC6B18CD823224C8082FC153BBDC5

Checksums type: sha256

Expand Down
4 changes: 2 additions & 2 deletions automatic/krita/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
silentArgs = "/S"
softwareName = 'Krita'

url = 'https://download.kde.org/stable/krita/4.2.5/krita-x86-4.2.5-setup.exe'
checksum = 'FC257FC0C49DBB6F69D36FA2D8026E674B436E8C3219ACC79355610A2039A298'
url = 'https://download.kde.org/stable/krita/4.2.6/krita-x86-4.2.6-setup.exe'
checksum = 'FCEB29051724AF3C8FB1122A3C88BABC01BF77F18F48379A350B40898554F522'
checksumType = 'sha256'
file64 = Get-Item $toolsDir\*.exe
}
Expand Down

0 comments on commit ab6567d

Please sign in to comment.