Skip to content

Commit

Permalink
AU: 2 updated - php seafile-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 5, 2023
1 parent 5b5eb0f commit 6169b5d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
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-8.0.29-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.29-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.29-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.29-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.2.8-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.2.8-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.2.8-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.2.8-nts-Win32-vs16-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): 55DA5EE31BBB3454DD65BB23011F3C0E0209E0E832F592F9CBCA1F73ACB66ADF
checksum64 (threadsafe): 7FBECC489E7FD67EA66CBECCBA3B983249F861778BDA4117B31491976FF83A63
checksum32 (non-threadsafe): B0C424B5E870A90C726E85CDB0581A70749E3EA57FB52539D684F08304137536
checksum64 (non-threadsafe): 0E85A7B30306581625E9FCF72561C508B4CC467AA9EE5EEB49A84770CFA85223
checksum32 (threadsafe): F90A3F3E587D24ADBD24D5471BBEC9B803741CEC061F6AC9214CB0746C4C5C60
checksum64 (threadsafe): 02B7DC5B35510C260C904AA2DDF762D8685A964946B6CDCA04391D234CA38884
checksum32 (non-threadsafe): 9355374DCA4556C2C43E4B02E1101609B630719F6AF7DACD49D26C9908B71463
checksum64 (non-threadsafe): 9AB4820BF0FD36FAF166BE73BE38780796B83867548C8521773CF21B1E82B1BC

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 @@ -6,6 +6,6 @@
"7.3": "7.3.33",
"7.4": "7.4.33",
"8.0": "8.0.29",
"8.1": "8.1.19",
"8.2": "8.2.6"
"8.1": "8.1.21",
"8.2": "8.2.8"
}
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>8.0.29</version>
<version>8.2.8</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, 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 @@ -29,7 +29,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://www.php.net/ChangeLog-8.php#8.0.29</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.2.8</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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-8.0.29-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.29-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.29-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.29-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.2.8-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.2.8-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.2.8-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.2.8-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/seafile-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.seafile.com/en/download/>
and can be verified by doing the following:

1. Download the following <https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-9.0.2-en.msi>
1. Download the following <https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-9.0.3-en.msi>
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: FACD1ACC27F3C8ABDF42D894E61DEA39D3F5943EB8A168CC245D3583096EBFD1
checksum: A076F236A1E6391391AC07F8E6CCB833BEA73AD5F22E55A61F75D00ADEDE112E

The file 'LICENSE.txt' has been obtained from <https://github.com/haiwen/seafile-client/blob/fc82bff33d5c13f7534e95d36840b3cf0c7515f1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/seafile-client/seafile-client.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>seafile-client</id>
<version>9.0.2</version>
<version>9.0.3</version>
<title>Seafile (Windows Client)</title>
<owners>chocolatey-community</owners>
<authors>Seafile Ltd.</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/seafile-client/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 = 'msi'
file = "$toolsPath\seafile-9.0.2-en.msi"
file = "$toolsPath\seafile-9.0.3-en.msi"
softwareName = 'Seafile*'
silentArgs = "/passive"
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit 6169b5d

Please sign in to comment.