diff --git a/automatic/seafile-client/legal/VERIFICATION.txt b/automatic/seafile-client/legal/VERIFICATION.txt
index 0a1fe690987..ed3c22295fb 100644
--- a/automatic/seafile-client/legal/VERIFICATION.txt
+++ b/automatic/seafile-client/legal/VERIFICATION.txt
@@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on
and can be verified by doing the following:
-1. Download the following
+1. Download the following
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: BA17339CFA3F10B44709829D438914925994DA576D07AA19FB074DD32DF46DA0
+ checksum: 96D47C8D56094CF08289EA9AEDDCEEA81E7DA895B58B270A8C0EB876786069D2
The file 'LICENSE.txt' has been obtained from
diff --git a/automatic/seafile-client/seafile-client.nuspec b/automatic/seafile-client/seafile-client.nuspec
index e8bed0ac8af..20bd1e7d6ac 100644
--- a/automatic/seafile-client/seafile-client.nuspec
+++ b/automatic/seafile-client/seafile-client.nuspec
@@ -3,7 +3,7 @@
seafile-client
- 8.0.9
+ 8.0.10
Seafile (Windows Client)
chocolatey-community
Seafile Ltd.
diff --git a/automatic/seafile-client/tools/chocolateyInstall.ps1 b/automatic/seafile-client/tools/chocolateyInstall.ps1
index 8251674102c..12ff3f68081 100644
--- a/automatic/seafile-client/tools/chocolateyInstall.ps1
+++ b/automatic/seafile-client/tools/chocolateyInstall.ps1
@@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
- file = "$toolsPath\seafile-8.0.9-en.msi"
+ file = "$toolsPath\seafile-8.0.10-en.msi"
softwareName = 'Seafile*'
silentArgs = "/passive"
validExitCodes = @(0, 2010, 1641)