Skip to content

Commit

Permalink
AU: 2 updated - owncloud-client smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 4, 2020
1 parent d884c63 commit 262728f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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/stable/ownCloud-2.6.0.13018.12690.msi>
1. Download the following <https://download.owncloud.com/desktop/stable/ownCloud-2.6.3.14058.13619.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: F14244365E55DA230C233B3641E771FEC4A4A3BE72687091639568F3D2AEED97
checksum: 20A9AD5B187C2F8075996C5FB7A60F7F51D16BD565C22C754DE4DE125710B949

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.6.0.13018",
"stable": "2.6.3.14058",
"testing": "2.5.0.9736-alpha1"
}
2 changes: 1 addition & 1 deletion automatic/owncloud-client/owncloud-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>owncloud-client</id>
<version>2.6.0.13018</version>
<version>2.6.3.14058</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey</owners>
<authors>ownCloud developers</authors>
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 = 'msi'
file = "$toolsPath\ownCloud-2.6.0.13018.12690.msi"
file = "$toolsPath\ownCloud-2.6.3.14058.13619.msi"
softwareName = 'ownCloud'
silentArgs = '/qn /norestart'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2773.0</version>
<version>9.0.2774.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '3f91134484a782bee5057a930b6636ceb99d1c4734d88fef4706367ab1265528'
checksum64 = '322829b6caf4b3d43864ead324243c5b2152de952ab591c8b659a3ca5e90001f'
checksum = 'e26b3fee060f2789bb767ff77942f5fab1f07c1c8c80e2bad12d36cb897a1d13'
checksum64 = 'c4e12dbbcdc8a656e8103f836f0c3eba18a6dcc0cff17069d76be18c45b05250'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 262728f

Please sign in to comment.