From 8aa426ff60c7da3801a7dc64f9bec085b124a50f Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 29 Dec 2022 06:13:57 +0000 Subject: [PATCH] AU: 1 updated - seafile-client [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/c81697e6a065cfeae51716f90327aa55744b8a21 --- automatic/seafile-client/legal/VERIFICATION.txt | 4 ++-- automatic/seafile-client/seafile-client.nuspec | 2 +- automatic/seafile-client/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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)