Skip to content

Commit

Permalink
AU: 2 updated - chromium git.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 3, 2018
1 parent 558bde0 commit 720bad7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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>66.0.3338.0-snapshots</version>
<version>66.0.3339.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/533947/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/533946/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/534256/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/534256/mini_installer.exe>
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
checksum32: B829F206EBBB176261FCB897C53508524A0931AC0B7CBF066C1A6182B9CEC61F
checksum64: 4E84981F6FE53F190B8BAA42582DB51982AEF34EC069BDEE26A1949B48D86A4F
checksum32: 509A28CBD9652463F1ED65443936D34CAA5A9B491AF95F4FE35BB5892248AD9A
checksum64: D695EC497698CF5FC72708911AF4230E9A664B5C285BAE9D7E22A289A830CE12

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "66.0.3338.0-snapshots"
$version = "66.0.3339.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/git.install/git.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.16.1</version>
<version>2.16.1.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.1/Git-2.16.1-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.1/Git-2.16.1-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.2/Git-2.16.1.2-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.2/Git-2.16.1.2-64-bit.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32: 559886DE7E5E4EDCC3E4C5B1CB766AB90B37D4B7564A61770ABDFD3CC84D53FC
checksum64: 45EF5C5BD4B89C7D1A0126ECB37CD49F8D7F176458C1084149315BFC3AF0ECCD
checksum32: 564C8C71DA3D0888E8FB153556C1E747B2FE4F4EC94D38963AE7766F61FB5CFD
checksum64: 033939D276775EDB17233C7F52CC5D53DCF23351EB9C5EBE0D95F13805AC6AA1

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>

0 comments on commit 720bad7

Please sign in to comment.