Skip to content

Commit

Permalink
AU: 2 updated - dropbox php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 12, 2020
1 parent 531ff88 commit c1d397e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "97.3.465-beta",
"stable": "97.3.451"
"beta": "97.4.467-beta",
"stable": "97.4.467"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>97.3.465-beta</version>
<version>97.4.467</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '97.3.465'
$version = '97.4.467'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2097.3.465%20Offline%20Installer.exe'
checksum = '53ac69dcdb3c391f2fbfb1b40dbdd94523de92061b76595b06d9c2355a294268'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2097.4.467%20Offline%20Installer.exe'
checksum = '2777a4171820fe385b9e88664f1ff593474afc962a9f42f463530e42e0c0ed35'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.2.31-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.2.31-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.31-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.31-nts-Win32-VC15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.6-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.6-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.6-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.6-nts-Win32-vc15-x64.zip>
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): 1E952850B60DE20EDED9B8369416CD1917F5DDC6EC3F0616E302CE703794E49B
checksum64 (threadsafe): 317456941328902DAC54895DEEB24A836F1164B51E368EB713AA9051DF35647B
checksum32 (non-threadsafe): 093AFCFC47EC681FD2665C30F72DE92B42175F80ACC74481B6BC80E2A50D6D70
checksum64 (non-threadsafe): CE708A45C094AED91C91580038D6D9FF2B5EDF632FD5E2BB19EAF95019C970F0
checksum32 (threadsafe): 875A5A2C8EA41A8A25B266246F28AC616FDBFECF654D88C919B508302A8CEB34
checksum64 (threadsafe): CBBEA44AF10222C5219DF1EFC9F6ACA5D3FAB4ED8A06C2B1D70EE0ECB8E7AB86
checksum32 (non-threadsafe): 463CDA66947D5379C7D8D488D14A747EC2D6A4D74BC73110A730F55EDE5CF8A4
checksum64 (non-threadsafe): AC2C332FFBD17CEC580D999B747F9E1C2AD48AF756ABC9D1EEE36FFBD9702258

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
4 changes: 2 additions & 2 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.31",
"7.3": "7.3.17",
"7.4": "7.4.5"
"7.3": "7.3.18",
"7.4": "7.4.6"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.2.31</version>
<version>7.4.6</version>
<authors>PHP Authors</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -26,7 +26,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.2.31</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.4.6</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-7.2.31-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.2.31-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.2.31-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.2.31-nts-Win32-VC15-x64.zip"
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"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit c1d397e

Please sign in to comment.