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 Nov 21, 2020
1 parent 647ba67 commit 84b299f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 3 additions & 3 deletions automatic/owncloud-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://owncloud.org/download/#install-clients>
location on <https://owncloud.com/desktop-app/>
and can be verified by doing the following:

1. Download the following <https://download.owncloud.com/desktop/stable/ownCloud-2.6.3.14058.13619.msi>
1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/2.7.1.2560/win/ownCloud-2.7.1.2560.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: 20A9AD5B187C2F8075996C5FB7A60F7F51D16BD565C22C754DE4DE125710B949
checksum: 7372137E88B7BCD33ECED31573D3CD2E00E541147DA4F60C54BDE9257E40E19F

The file 'LICENSE.txt' has been obtained from <https://github.com/owncloud/client/blob/06936bc603c91b1c5f10442901bcfeb765b17243/COPYING>
15 changes: 11 additions & 4 deletions 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.3.14058</version>
<version>2.7.1.2560</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey-community</owners>
<authors>ownCloud developers</authors>
Expand All @@ -16,11 +16,18 @@
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/owncloud.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[
ownCloud gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. Installation has minimal server requirements, doesn't need special permissions and is quick. ownCloud is extendable via a simple but powerful API for applications and plugins.
<description><![CDATA[ownCloud gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. Installation has minimal server requirements, doesn't need special permissions and is quick. ownCloud is extendable via a simple but powerful API for applications and plugins.
This package installs the ownCloud Sync Client on your computer.
## Features
- File sync and share
- Access to community apps
- Access to community forum
- Desktop & mobile apps
- Self-managed, on-premises
![screenshot](https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/master/automatic/owncloud-client/screenshot.jpg)
]]></description>
<summary>ownCloud Sync Client for Windows</summary>
<releaseNotes>https://owncloud.org/changelog/desktop/</releaseNotes>
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.3.14058.13619.msi"
file = "$toolsPath\ownCloud-2.7.1.2560.x64.msi"
softwareName = 'ownCloud'
silentArgs = '/qn /norestart'
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 84b299f

Please sign in to comment.