Skip to content

Commit

Permalink
AU: 2 updated - chromium vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 28, 2019
1 parent eb7b16d commit 8e90c90
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "80.0.3979.0-snapshots",
"snapshots": "80.0.3980.0-snapshots",
"stable": "75.0.3770.142"
}
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>80.0.3979.0-snapshots</version>
<version>80.0.3980.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/719535/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/719536/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/719862/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/719866/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: 59A6B4936221D5F0AEBE7DC3042046C40675F818B52DB1C122E1F60F55CBCF65
checksum64: CF13AECE1F8B00BC9AB80FCEF869E8576CED339DB83199C9DE9B779DE306C68A
checksum32: F7CF486CC1B668D70EE2158862838C9EADC121CAFFCC9451D5409DDE01DF1B2C
checksum64: 79637680D54D68F4264B1B2DDFCDC9BAE3B6F3E28F7312AD112A323F3E562A5F

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 = "80.0.3979.0-snapshots"
$version = "80.0.3980.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2351/gvim_8.1.2351_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2351/gvim_8.1.2351_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2352/gvim_8.1.2352_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2352/gvim_8.1.2352_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 61CA00636CBA170ADD37C621B161E5EB821CFB51A177DF0F44721F58BB023F5D
checksum64: C65D496092895912B6E7B652E9F4114A0FDD2B57CE3B14DBE4521F7CD46923AB
checksum32: 740D30E511E0F86E0618C7394B36479483C468D4357E49CF1BCF16E3796DD789
checksum64: 3B9D60970975AC011149E770A6DFAA88803050DCD51F9D2E229D04B838A5F07D
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.1.2351_x86.zip"
file64 = "$toolsDir\gvim_8.1.2351_x64.zip"
file = "$toolsDir\gvim_8.1.2352_x86.zip"
file64 = "$toolsDir\gvim_8.1.2352_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.1.2351</version>
<version>8.1.2352</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 8e90c90

Please sign in to comment.