Skip to content

Commit

Permalink
AU: 1 updated - seafile-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 7, 2016
1 parent 8aa67ef commit d5c1808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/seafile-client/seafile-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>seafile-client</id>
<version>6.0.0.20161124</version>
<version>6.0.1</version>
<title>Seafile (Windows Client)</title>
<owners>chocolatey</owners>
<authors>Seafile Ltd.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/seafile-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'seafile-client'
fileType = 'msi'
softwareName = 'Seafile 6.0.0'
softwareName = 'Seafile 6.0.1'

checksum = '64f0e7192acbbbad4e6ac34d5b531ff27697172b9109f2c00cf61ebae923a642'
checksum = 'a3c4d69cf2a3ca56b3a3c5aaa7a80e29499294ee9f994b17d9b352f245ed12cd'
checksumType = 'sha256'
url = 'https://bintray.com/artifact/download/seafile-org/seafile/seafile-6.0.0-en.msi'
url = 'https://bintray.com/artifact/download/seafile-org/seafile/seafile-6.0.1-en.msi'

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

0 comments on commit d5c1808

Please sign in to comment.