Skip to content

Commit

Permalink
AU: 2 updated - owncloud-client php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 18, 2018
1 parent 398c959 commit 4f4bd9e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/owncloud-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://owncloud.org/download/#install-clients>
and can be verified by doing the following:

1. Download the following <https://download.owncloud.com/desktop/testing/ownCloud-2.5.0.9736alpha1-setup.exe>
1. Download the following <https://download.owncloud.com/desktop/stable/ownCloud-2.4.2.10040-setup.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
checksum: 77359815FEC7AC0008008C74E70A244A2555AE41EBEFBD5388A9B3D753984BF6
checksum: B6BEA87516890D2EA3F74CD6C6B3867ACC8BA0EF845CD1BE0B17D3C81EC02C8C

The file 'LICENSE.txt' has been obtained from <https://github.com/owncloud/client/blob/06936bc603c91b1c5f10442901bcfeb765b17243/COPYING>
2 changes: 1 addition & 1 deletion automatic/owncloud-client/owncloud-client.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "2.4.1.9270",
"stable": "2.4.2.10040",
"testing": "2.5.0.9736-alpha1"
}
4 changes: 2 additions & 2 deletions automatic/owncloud-client/owncloud-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>owncloud-client</id>
<version>2.5.0.9736-alpha1</version>
<title>ownCloud Windows Client (Technical Preview)</title>
<version>2.4.2.10040</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey</owners>
<authors>ownCloud developers</authors>
<licenseUrl>https://github.com/owncloud/client/blob/master/COPYING</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/owncloud-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 = 'exe'
file = "$toolsPath\ownCloud-2.5.0.9736alpha1-setup.exe"
file = "$toolsPath\ownCloud-2.4.2.10040-setup.exe"
softwareName = 'ownCloud'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"7.1": "7.1.19",
"7.0": "7.0.30",
"5.6": "5.6.36",
"7.2": "7.2.7"
"7.2": "7.2.8"
}
6 changes: 3 additions & 3 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.1.19</version>
<version>7.2.8</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 @@ -24,13 +24,13 @@ For example: `--params '"/ThreadSafe ""/InstallDir:C:\PHP"""'`.
<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.1.19</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.2.8</releaseNotes>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
<projectSourceUrl>http://git.php.net</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.0.24215.1" />
<dependency id="vcredist140" version="14.11.25325.0" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/tools/downloadInfo.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
threadsafe|http://windows.php.net/downloads/releases/php-7.1.19-Win32-VC14-x86.zip|http://windows.php.net/downloads/releases/php-7.1.19-Win32-VC14-x64.zip|b152ce606260cc9401616c86e3fbf11cef1d4641c9835eab3b81758cd003ad69|5e05fb967f2d77a71d56b61c974383b4a18a856956864c9d07b38dfeaa3bb217
not-threadsafe|http://windows.php.net/downloads/releases/php-7.1.19-nts-Win32-VC14-x86.zip|http://windows.php.net/downloads/releases/php-7.1.19-nts-Win32-VC14-x64.zip|7298e09d4fc14dde79c5a9ad86d95ff4232b937f6a465d6edebe91c0739773de|7a41f013bfe5d4711a9588924be052b41898898cccc7cb0d17bb0e620703bd14
threadsafe|http://windows.php.net/downloads/releases/php-7.2.8-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.8-Win32-VC15-x64.zip|2068bd70f85a844f7053215dbfdb5f840c48da0a82692e65ab4924f643e60963|430434e700e351544ded0cfcb541800521d0801ac20bccf9bc3987d25d9762bd
not-threadsafe|http://windows.php.net/downloads/releases/php-7.2.8-nts-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.8-nts-Win32-VC15-x64.zip|170997d5ef896c66f00d2a87cafa311516b77b62f036cbf46bd47eb5458cf84b|0102c795e1ded5472e6af13f5c726dc251ee88d6a47639ca7733a7803742a3f6

0 comments on commit 4f4bd9e

Please sign in to comment.