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 Sep 21, 2017
1 parent 0650287 commit 717f237
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
13 changes: 9 additions & 4 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,17 +3,22 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>63.0.3221.0</version>
<version>63.0.3222.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
<projectSourceUrl>https://chromium.googlesource.com/chromium/src</projectSourceUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/chromium.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package installs the Chromium snapshots builds by default to the '%programfiles(x86)%' instead of `%localappdata%\Chromium`.
If you have installed this package in the past to the `%localappdata%\Chromium` location it will continue to be installed in this location.
These builds can be unstable. MD5 checking is done on the file before install.</description>
<description><![CDATA[Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. This site contains design documents, architecture overviews, testing information, and more to help you learn to build and work with the Chromium source code.
## Notes
- This package installs the Chromium snapshots builds by default to the `%programfiles(x86)%` instead of `%localappdata%\Chromium`.
- If you have installed this package in the past to the `%localappdata%\Chromium` location it will continue to be installed in this location.
- These builds can be unstable. MD5 checking is done on the file before install.
]]></description>
<summary>Chromium snapshots build (unstable)</summary>
<copyright>Copyright (c) 2013 The Chromium OS Author</copyright>
<bugTrackerUrl>https://bugs.chromium.org/p/chromium/issues/list</bugTrackerUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '63.0.3221.0'
$version = '63.0.3222.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/503032/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/503032/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/503351/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/503348/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '14f54c345ee7fd9215ec8ba3a441f97a'
checksum = '0500c0044b85e0584fb1c9cb9ba462e6'
checksumType = 'md5'
checksum64 = '33cd925bb60e1cfa71b8e06284238320'
checksum64 = '1711c9d7bf199fe6ba9deab99724e9f3'
checksumType64= 'md5'
}

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.0-en.msi>
1. Download the following <https://download.seadrive.org/seafile-6.1.1-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: 428206B13C68597160D38B423F140B27F1E0E3C2971D9EF3DC740B476A53A27E
checksum: 17AEDE8A6450623E54DA6762AAD0E3A1A06E53F51D0196117C7C8E71A89BDC6A

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
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.0</version>
<version>6.1.1</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
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\seafile-6.1.0-en.msi"
file = "$toolsPath\seafile-6.1.1-en.msi"
softwareName = 'Seafile*'
silentArgs = "/passive"
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit 717f237

Please sign in to comment.