Skip to content

Commit

Permalink
AU: 2 updated - gom-player seafile-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 22, 2018
1 parent b09c606 commit 97aec4c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/gom-player/gom-player.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gom-player</id>
<version>2.3.34.5295</version>
<version>2.3.35.5296</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/gom-player</packageSourceUrl>
<owners>chocolatey, AdmiringWorm</owners>
<title>GOM Player (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/tools/chocolateyinstall.ps1
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_CHROME.EXE'
softwareName = 'GOM Player'
checksum = '39693072f3410b1f54f0eb70dde3c4991a2584c751bc7082f230d9027de5c45f'
checksum = '51fc40d20f00a0113de8df449bf197c47bb4af06ecbf8f3ad851a4b90d4daad3'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/seafile-client/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/65cff22d071fb30b82b8f2bdee89211b541520c7/icons/seafile-client.png" width="48" height="48"/> [seafile-client](https://chocolatey.org/packages/seafile-client)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@65cff22d071fb30b82b8f2bdee89211b541520c7/icons/seafile-client.png" width="48" height="48"/> [seafile-client](https://chocolatey.org/packages/seafile-client)


Seafile is a next-generation open source cloud storage system with advanced support for file syncing, privacy protection and teamwork.
Expand Down
4 changes: 2 additions & 2 deletions automatic/seafile-client/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.seafile.com/en/download/>
and can be verified by doing the following:

1. Download the following <https://download.seadrive.org/seafile-6.1.8-en.msi>
1. Download the following <https://download.seadrive.org/seafile-6.2.7-en.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: 6D87044E22364D79DE31A2DAEDA7275B74AEEBA9A1F7AC40F0A64C15A20E8B7B
checksum: 56CD459AB0125FF8DC0320E34D56F70289AA65743D46D5BAF75ADFD340D17BE3

The file 'LICENSE.txt' has been obtained from <https://github.com/haiwen/seafile-client/blob/fc82bff33d5c13f7534e95d36840b3cf0c7515f1/LICENSE>
4 changes: 2 additions & 2 deletions automatic/seafile-client/seafile-client.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>seafile-client</id>
<version>6.1.8</version>
<version>6.2.7</version>
<title>Seafile (Windows Client)</title>
<owners>chocolatey</owners>
<authors>Seafile Ltd.</authors>
Expand All @@ -13,7 +13,7 @@
<bugTrackerUrl>https://github.com/haiwen/seafile-client/issues</bugTrackerUrl>
<docsUrl>https://www.seafile.com/en/help/</docsUrl>
<mailingListUrl>https://forum.seafile.com/</mailingListUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/65cff22d071fb30b82b8f2bdee89211b541520c7/icons/seafile-client.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@65cff22d071fb30b82b8f2bdee89211b541520c7/icons/seafile-client.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[
Expand Down
2 changes: 1 addition & 1 deletion automatic/seafile-client/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\seafile-6.1.8-en.msi"
file = "$toolsPath\seafile-6.2.7-en.msi"
softwareName = 'Seafile*'
silentArgs = "/passive"
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit 97aec4c

Please sign in to comment.