Skip to content

Commit

Permalink
AU: 1 updated - owncloud-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 8, 2024
1 parent 2cd3667 commit 4f4ae2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.com/desktop-app/>
and can be verified by doing the following:

1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/5.2.1.13040/win/ownCloud-5.2.1.13040.x64.msi>
1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/5.3.0.13987/win/ownCloud-5.3.0.13987.x64.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: E30EB458DD6E724C69700B881E94E47D0AAE7FDBE7292E0E86BB870FB062BC0F
checksum: B2EAAE401F018BA0013DC7C410CF8BA956152F5B7EC914CF63DADDF41C7B2C81

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.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>5.2.1.13040</version>
<version>5.3.0.13987</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey-community</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-5.2.1.13040.x64.msi"
file = "$toolsPath\ownCloud-5.3.0.13987.x64.msi"
softwareName = 'ownCloud'
silentArgs = '/qn /norestart'
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 4f4ae2f

Please sign in to comment.