Skip to content

Commit

Permalink
AU: 2 updated - chromium git-lfs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 28, 2016
1 parent 11e87b6 commit a2816ec
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>57.0.2965.0</version>
<version>57.0.2966.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 = '57.0.2965.0'
$version = '57.0.2966.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/440746/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/440746/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/440831/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/440831/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '17ea20351e0f4603a0756b61d4e21c22'
checksum = '8760d596aca87fb14422d3857f41475f'
checksumType = 'md5'
checksum64 = 'd4148670175dc283d09d8b79d3a81d81'
checksum64 = '5e23928dfe9494d9f52313987f67ed6a'
checksumType64= 'md5'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/git-lfs.install/git-lfs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>git-lfs.install</id>
<title>Git Large File Storage (Install)</title>
<version>1.5.3.20161213</version>
<version>1.5.4</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\git-lfs-windows-1.5.3.exe"
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\git-lfs-windows-1.5.4.exe"

$packageArgs = @{
PackageName = 'git-lfs'
Expand Down
6 changes: 3 additions & 3 deletions automatic/git-lfs.install/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
VERIFICATION
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from GitHub and can be verified like this:

1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v1.5.3/git-lfs-windows-1.5.3.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v1.5.4/git-lfs-windows-1.5.4.exe>
to download the installer
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: sha256
checksum: 5BFC22D5D370C128A772C72EA73FA343643BF2C4B9DE9C081E192FA829AAE983
checksum: EEFB302FADB4926692EA887320A5DA8D15E1DE13D352DB79E69894FF283211A0

File 'LICENSE.txt' is obtained from <https://github.com/git-lfs/git-lfs/blob/6faa2589cf31a87e4109eb6490a461620c6e64b2/LICENSE.md>

0 comments on commit a2816ec

Please sign in to comment.