Skip to content

Commit

Permalink
AU: 2 updated - chromium seafile-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 2, 2017
1 parent ba9f799 commit e891774
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>62.0.3174.0</version>
<version>62.0.3175.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '62.0.3174.0'
$version = '62.0.3175.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/490847/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/490848/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/491258/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/491253/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'bd3c234ce402286c968fbadad07587f6'
checksum = 'ed89c149de317b3d12fa5098c11cc0e9'
checksumType = 'md5'
checksum64 = 'a3d851973e13a282c9276681dc203d25'
checksum64 = '01d75127445225a5e9bb89b5246737a3'
checksumType64= 'md5'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/seafile-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.0.7-en.msi>
1. Download the following <https://download.seadrive.org/seafile-6.1.0-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: E76626742272AC04060D002B7F83F5F25D2F704723B6192751E6AC104140B5E1
checksum: 428206B13C68597160D38B423F140B27F1E0E3C2971D9EF3DC740B476A53A27E

The file 'LICENSE.txt' has been obtained from <https://github.com/haiwen/seafile-client/blob/fc82bff33d5c13f7534e95d36840b3cf0c7515f1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/seafile-client/seafile-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/2015/06/nuspec.xsd">
<metadata>
<id>seafile-client</id>
<version>6.0.7.20170724</version>
<version>6.1.0</version>
<title>Seafile (Windows Client)</title>
<owners>chocolatey</owners>
<authors>Seafile Ltd.</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/seafile-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\seafile-6.0.7-en.msi"
file = "$toolsPath\seafile-6.1.0-en.msi"
softwareName = 'Seafile*'
silentArgs = "/passive"
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit e891774

Please sign in to comment.