From 37e24b8f54cef0062210066071bc8fee334f939e Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 10 Jun 2020 06:12:34 +0000 Subject: [PATCH] AU: 6 updated - brave chromium dropbox keeweb php python3 [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/f58e188ef4d3bd88b5dc28d284b4e5eeaf820d16 --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 8 ++++---- automatic/brave/tools/chocolateyInstall.ps1 | 6 +++--- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/dropbox/dropbox.json | 4 ++-- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 6 +++--- automatic/keeweb/keeweb.nuspec | 2 +- automatic/keeweb/legal/VERIFICATION.txt | 8 ++++---- automatic/keeweb/tools/chocolateyInstall.ps1 | 4 ++-- automatic/php/legal/VERIFICATION.txt | 16 ++++++++-------- automatic/php/php.json | 4 ++-- automatic/php/php.nuspec | 4 ++-- automatic/php/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/python3/legal/VERIFICATION.txt | 8 ++++---- automatic/python3/python3.json | 2 +- automatic/python3/python3.nuspec | 2 +- automatic/python3/tools/chocolateyInstall.ps1 | 4 ++-- 22 files changed, 56 insertions(+), 56 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 1934602de4a..0fe344020c3 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.10.86", + "stable": "1.10.87", "beta": "1.11.58-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index c228f89d4e5..d84b9dc3ca8 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.11.58-beta - Brave Browser (Beta) + 1.10.87 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 5525f8d4abf..d3fa6d052b5 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li 1. Download the following installer(s): -x86: https://github.com/brave/brave-browser/releases/download/v1.11.58/BraveBrowserSilentBetaSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.11.58/BraveBrowserSilentBetaSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.10.87/BraveBrowserStandaloneSilentSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.10.87/BraveBrowserStandaloneSilentSetup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 -checksum32: 02A4C2518B0CE6DF6A30E3630EB7766019B43B9BA14CE21A12D2E5D6001466DE -checksum64: 8534BC5446CF33D5A81D58D27421FE7EA41276721D784B34DFF17933DA66A24C +checksum32: 1D2C8812F3C5CB6DD3C50EE4B0EF4EF1FC2B49666BF35F3FB32B1EE8742D2DCB +checksum64: 3A7683555F11568640A918FA30DFEDF18BDDC95538B0FBAAD477BEE26AFB29BD The included 'LICENSE.txt' file have been obtained from: https://github.com/brave/brave-browser/blob/master/LICENSE diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index b573010a37d..f893599616d 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,11 +3,11 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\BraveBrowserSilentBetaSetup32.exe" - file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe" + file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.11.58' +[version]$softwareVersion = '1.10.87' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 4733066c65d..bdeb9454a4a 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "85.0.4167.0-snapshots", + "snapshots": "85.0.4169.0-snapshots", "stable": "83.0.4103.97" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 5382e62b9b2..a1d91c6dc5d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 85.0.4167.0-snapshots + 85.0.4169.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 8da93181348..8fcb272ed54 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 14A094BCF71D4DBBFB9A275DAB18E7DF1EA6623C8508E413D20B8A7907E5EC37 - checksum64: 6E0BA2311C5D26F4F10A1ED7BF4289021FA8DDA5185327FF8FA06D5AB0A79E61 + checksum32: 121FB13115E12C9567B56E22718C66CE6D4375F3F9F01ECA8235660298D5C702 + checksum64: 771727F180B43B60513B27EEA0B156403C94DDE09EEBE1760750A95191F2C430 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 4b1c4baa265..846c0d83273 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "85.0.4167.0-snapshots" +$version = "85.0.4169.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 4e5c1888566..51127f89e68 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "99.3.496-beta", - "stable": "99.3.496" + "beta": "99.4.501-beta", + "stable": "99.4.501" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index f2abd14bbed..559425e83c3 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 99.3.496 + 99.4.501 Dropbox Dropbox chocolatey,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 3da71c30e80..131e3a92aff 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -2,7 +2,7 @@ if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } . "$PSScriptRoot\helper.ps1" -$version = '99.3.496' +$version = '99.4.501' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true} @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2099.3.496%20Offline%20Installer.exe' - checksum = '1c2fcc756be81e243954574e7522fd1e51d432a403c27c36b95eaf962880a6fa' + url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2099.4.501%20Offline%20Installer.exe' + checksum = 'f8b83cc9b7172002f2767c53696ec8e1a84af21d4d19bd6d9151c03d4e2521ea' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/keeweb/keeweb.nuspec b/automatic/keeweb/keeweb.nuspec index 186eefd6d0a..05d17b61dba 100644 --- a/automatic/keeweb/keeweb.nuspec +++ b/automatic/keeweb/keeweb.nuspec @@ -6,7 +6,7 @@ keeweb KeeWeb - 1.15.1 + 1.15.2 antelle wget Free cross-platform password manager compatible with KeePass diff --git a/automatic/keeweb/legal/VERIFICATION.txt b/automatic/keeweb/legal/VERIFICATION.txt index 01b515943c9..77ce90218ca 100644 --- a/automatic/keeweb/legal/VERIFICATION.txt +++ b/automatic/keeweb/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page - 64-Bit: + 32-Bit: + 64-Bit: 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: 808A07C761C746FA9F623735B82B24235C07617170FCAE8FC0EC9456157F2C84 - checksum64: 0FEDBD3F24E4C5ADBB6D42F451A2F3D747830ABA0F51AD91FEC89E43A9F6DF2A + checksum32: 8450E973277024EE556ED0FD1471D885980727D1C87827DA6C7E16027FE8FBE8 + checksum64: 89C7DDA4792BD61903E3C788BB77D70DE662220F7F316163206B06BB2302C0A5 File 'LICENSE.txt' is obtained from diff --git a/automatic/keeweb/tools/chocolateyInstall.ps1 b/automatic/keeweb/tools/chocolateyInstall.ps1 index 85a26bd2892..54c8ee14d06 100644 --- a/automatic/keeweb/tools/chocolateyInstall.ps1 +++ b/automatic/keeweb/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'keeweb' fileType = 'exe' - file = "$toolsPath\KeeWeb-1.15.1.win.ia32.exe" - file64 = "$toolsPath\KeeWeb-1.15.1.win.arm64.exe" + file = "$toolsPath\KeeWeb-1.15.2.win.ia32.exe" + file64 = "$toolsPath\KeeWeb-1.15.2.win.arm64.exe" softwareName = 'keeweb*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/php/legal/VERIFICATION.txt b/automatic/php/legal/VERIFICATION.txt index 777950ed5f8..d32a5b298fa 100644 --- a/automatic/php/legal/VERIFICATION.txt +++ b/automatic/php/legal/VERIFICATION.txt @@ -7,19 +7,19 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software (threadsafe): - 64-Bit software (threadsafe): - 32-Bit software (non-threadsafe): - 64-Bit software (non-threadsafe): + 32-Bit software (threadsafe): + 64-Bit software (threadsafe): + 32-Bit software (non-threadsafe): + 64-Bit software (non-threadsafe): 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: - checksum32 (threadsafe): 875A5A2C8EA41A8A25B266246F28AC616FDBFECF654D88C919B508302A8CEB34 - checksum64 (threadsafe): CBBEA44AF10222C5219DF1EFC9F6ACA5D3FAB4ED8A06C2B1D70EE0ECB8E7AB86 - checksum32 (non-threadsafe): 463CDA66947D5379C7D8D488D14A747EC2D6A4D74BC73110A730F55EDE5CF8A4 - checksum64 (non-threadsafe): AC2C332FFBD17CEC580D999B747F9E1C2AD48AF756ABC9D1EEE36FFBD9702258 + checksum32 (threadsafe): 53F76911B1D712432ECEE21FF0B35E1F5A32B38EA67622312852F11BDA757354 + checksum64 (threadsafe): CB68159E37F93E9381C0B7821756E292218C27E5A149DEEF8B83E5898D1F0342 + checksum32 (non-threadsafe): CBADB2AB44623A9BD08B0463445AB84AC3AB15DAB098F932ED9476E86C0CE86E + checksum64 (non-threadsafe): 22D925F7D332D07ED8D7881E515305FEA8869A861EC9D73BCC8E0A5E92B37A32 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/php/php.json b/automatic/php/php.json index ab792f021a5..59c6d962506 100644 --- a/automatic/php/php.json +++ b/automatic/php/php.json @@ -3,6 +3,6 @@ "7.0": "7.0.33", "5.6": "5.6.40", "7.2": "7.2.31", - "7.3": "7.3.18", - "7.4": "7.4.6" + "7.3": "7.3.19", + "7.4": "7.4.7" } diff --git a/automatic/php/php.nuspec b/automatic/php/php.nuspec index e38fa1572c0..e74ddea059a 100644 --- a/automatic/php/php.nuspec +++ b/automatic/php/php.nuspec @@ -4,7 +4,7 @@ php PHP (Hypertext Preprocessor) - 7.4.6 + 7.4.7 PHP Authors chocolatey, Rob Reynolds PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. @@ -26,7 +26,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir php development programming foss cross-platform admin http://us.php.net/license/ false - https://secure.php.net/ChangeLog-7.php#7.4.6 + https://secure.php.net/ChangeLog-7.php#7.4.7 https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg https://bugs.php.net/ https://secure.php.net/docs.php diff --git a/automatic/php/tools/chocolateyInstall.ps1 b/automatic/php/tools/chocolateyInstall.ps1 index 784221383a1..8fc863241e0 100644 --- a/automatic/php/tools/chocolateyInstall.ps1 +++ b/automatic/php/tools/chocolateyInstall.ps1 @@ -14,10 +14,10 @@ if ($installLocation) { $pp = Get-PackageParameters $filesInfo = @{ - filets32 = "$toolsPath\php-7.4.6-Win32-vc15-x86.zip" - filets64 = "$toolsPath\php-7.4.6-Win32-vc15-x64.zip" - filents32 = "$toolsPath\php-7.4.6-nts-Win32-vc15-x86.zip" - filents64 = "$toolsPath\php-7.4.6-nts-Win32-vc15-x64.zip" + filets32 = "$toolsPath\php-7.4.7-Win32-vc15-x86.zip" + filets64 = "$toolsPath\php-7.4.7-Win32-vc15-x64.zip" + filents32 = "$toolsPath\php-7.4.7-nts-Win32-vc15-x86.zip" + filents64 = "$toolsPath\php-7.4.7-nts-Win32-vc15-x64.zip" } if ($pp.ThreadSafe) { diff --git a/automatic/python3/legal/VERIFICATION.txt b/automatic/python3/legal/VERIFICATION.txt index 6d56657d109..afb211997f2 100644 --- a/automatic/python3/legal/VERIFICATION.txt +++ b/automatic/python3/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://www.python.org/ftp/python/3.9.0/python-3.9.0b1.exe - x64: https://www.python.org/ftp/python/3.9.0/python-3.9.0b1-amd64.exe + x32: https://www.python.org/ftp/python/3.9.0/python-3.9.0b3.exe + x64: https://www.python.org/ftp/python/3.9.0/python-3.9.0b3-amd64.exe to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: D7F8AD95B6C791F62EC441A5147F8B8F754DB7BE512CEDDB3A6D70E64E07F7B2 - checksum64: 42A59F2334108D1BD0DF4ADD582EFA1A9B37B736BF47465D44788EADDA45EA23 + checksum32: 5D1F3722C90E2F84DDA1086503BE19CC111BE397D81788C376F8DCA55EE4BF31 + checksum64: DCC4F03F76EC5088EA404CB81972E4D4B4B7DA9951969527EDC2CE94813B936A File 'license.txt' is obtained from: https://www.python.org/download/releases/3.4.0/license/ diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index e20fdfefc7e..8689477652a 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -8,5 +8,5 @@ "3.6": "3.6.8-rc1", "3.7": "3.7.7", "3.8": "3.8.3", - "3.9": "3.9.0-b1" + "3.9": "3.9.0-b3" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index dff49f2c4eb..c1029a40784 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.9.0-b1 + 3.9.0-b3 Python 3.x chocolatey Python Software Foundation diff --git a/automatic/python3/tools/chocolateyInstall.ps1 b/automatic/python3/tools/chocolateyInstall.ps1 index 0f7efe76fcd..7b47244046c 100644 --- a/automatic/python3/tools/chocolateyInstall.ps1 +++ b/automatic/python3/tools/chocolateyInstall.ps1 @@ -17,8 +17,8 @@ else { $packageArgs = @{ packageName = 'python3' fileType = 'exe' - file = "$toolsPath\python-3.9.0b1.exe" - file64 = "$toolsPath\python-3.9.0b1-amd64.exe" + file = "$toolsPath\python-3.9.0b3.exe" + file64 = "$toolsPath\python-3.9.0b3-amd64.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir validExitCodes = @(0) softwareName = 'Python*'