Skip to content

Commit 4624858

Browse files
author
Chocolatey Community
committed
AU: 2 updated - chromium vim
[skip ci]
1 parent 2a74f76 commit 4624858

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

automatic/chromium/chromium.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"snapshots": "135.0.7030.0-snapshots",
2+
"snapshots": "135.0.7031.0-snapshots",
33
"stable": "133.0.6943.127"
44
}

automatic/chromium/chromium.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>chromium</id>
6-
<version>135.0.7030.0-snapshots</version>
6+
<version>135.0.7031.0-snapshots</version>
77
<title>Chromium Snapshots</title>
88
<owners>chocolatey-community</owners>
99
<authors>The Chromium Authors</authors>

automatic/chromium/legal/VERIFICATION.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1423564/mini_installer.exe>
10+
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1423617/mini_installer.exe>
1111
2. Get the checksum using one of the following methods:
1212
- Using powershell function 'Get-FileHash'
1313
- Use chocolatey utility 'checksum.exe'
1414
3. The checksums should match the following:
1515

1616
checksum type: sha256
17-
checksum64: CEBF1E056FCEC1FA31DDFAEBD27539E91B937424F93A9AA06BA246CA678D31D1
17+
checksum64: FC4B6C60B593535AD600F3147BE809EC26CE0C72311BFE5C8287456750CAC28D
1818

1919
The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>

automatic/chromium/tools/chocolateyInstall.ps1

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
33
. (Join-Path $toolsDir 'helper.ps1')
44

5-
$version = '135.0.7030.0-snapshots'
5+
$version = '135.0.7031.0-snapshots'
66
$hive = "hkcu"
77
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
88
$Chromium = $hive + ":" + $chromium_string
@@ -15,8 +15,8 @@ if (Test-Path $Chromium) {
1515

1616
$packageArgs = @{
1717
packageName = 'chromium'
18-
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1423562/mini_installer.exe'
19-
checksum = '92038B008070C25A981A58B0196B86FE35B4360E24BB472EA00915040B36BD90'
18+
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1423622/mini_installer.exe'
19+
checksum = '286110B53EB8C3C8EBF6364D45F3B48443B258FC7DE705F5AC22288AC4B583C4'
2020
checksumType = 'sha256'
2121
file64 = "$toolsdir\chromium_x64.exe"
2222
fileType = 'exe'

automatic/vim/legal/VERIFICATION.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
55
The embedded software have been downloaded from GitHub and can be verified like this:
66

77
1. Download the following zips:
8-
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.1134/gvim_9.1.1134_x86.zip>
9-
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.1134/gvim_9.1.1134_x64.zip>
8+
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.1136/gvim_9.1.1136_x86.zip>
9+
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.1136/gvim_9.1.1136_x64.zip>
1010
2. You can use one of the following methods to obtain the SHA256 checksum:
1111
- Use powershell function 'Get-FileHash'
1212
- Use Chocolatey utility 'checksum.exe'
1313

14-
checksum32: 64A2CE5477C1E3202C86B38DBF0FAEAF21FCA53C849D12872185D7F8606C79D2
15-
checksum64: 9A948C864F9C7B9211A9F156156BDDA9D2F524E0A7F1E00A91991E45C4066648
14+
checksum32: 664CCB609D744723D03DE9471E8172881C3D3AD23079F65C682A70226895F944
15+
checksum64: 1020E84D5BB56DC49954DF6D8C9B6AF0D2EA8D72CB215EDCDC6DC6B9D66BC0C9

automatic/vim/tools/chocolateyinstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ $installDir = Get-InstallDir
99
$packageArgs = @{
1010
packageName = $env:ChocolateyPackageName
1111
unzipLocation = $installDir
12-
file = "$toolsDir\gvim_9.1.1134_x86.zip"
13-
file64 = "$toolsDir\gvim_9.1.1134_x64.zip"
12+
file = "$toolsDir\gvim_9.1.1136_x86.zip"
13+
file64 = "$toolsDir\gvim_9.1.1136_x64.zip"
1414
}
1515

1616
$installArgs = @{

automatic/vim/vim.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>vim</id>
55
<title>Vim</title>
6-
<version>9.1.1134</version>
6+
<version>9.1.1136</version>
77
<authors>Bram Moolenaar, Vim Community</authors>
88
<owners>chocolatey-community, Rob Reynolds</owners>
99
<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>

0 commit comments

Comments
 (0)