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 committed Mar 3, 2017
1 parent 4c6857a commit 7d8acf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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/2011/08/nuspec.xsd">
<metadata>
<id>owncloud-client</id>
<version>2.2.4.6408</version>
<version>2.3.0.6780</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey</owners>
<authors>ownCloud developers</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/owncloud-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'ownCloud'

checksum = '8620ee6727f086ac822b6c137619bac97ad6e39fc812119fc2876985b83cce6b'
checksum = '62fa7d75febaedba236dda2b10b48e1280dc71de951dbff089aea1c6aeeb7413'
checksumType = 'sha256'
url = 'https://download.owncloud.com/desktop/stable/ownCloud-2.2.4.6408-setup.exe'
url = 'https://download.owncloud.com/desktop/stable/ownCloud-2.3.0.6780-setup.exe'

silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 7d8acf1

Please sign in to comment.