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 Community committed Mar 18, 2023
1 parent 5909329 commit 0246428
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": "113.0.5660.0-snapshots",
"snapshots": "113.0.5661.0-snapshots",
"stable": "111.0.5563.65"
}
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>113.0.5660.0-snapshots</version>
<version>113.0.5661.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</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/1118871/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1118885/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1119014/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1119002/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: F72066780AD4D5ECEB545355AD24ABD8A3431FF5837E460083C6EE50AE658EED
checksum64: 116B1F29E4A37DB73BB92718259E46E6B8D2109ED88452D4D3A320187E8CD107
checksum32: 420E2053ABE0C1124265786FEF854C949426BF6138B4BB90027C8D36829DC1C3
checksum64: 783750E0AC12060ED9A2C45E0959B757FD886703079798A814C4A9603BAFBCAB

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 = "113.0.5660.0-snapshots"
$version = "113.0.5661.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/v9.0.1411/gvim_9.0.1411_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1411/gvim_9.0.1411_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1413/gvim_9.0.1413_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1413/gvim_9.0.1413_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: ED54C657AEDC018B1014BC35C5D2DB801BF183FF1070C72223EF8675C004CC2B
checksum64: 080659B3028869F8246B055ABC651C0B1962601411CACAF893756EE8E69A3780
checksum32: D21E99E758A2CF52FBEBB6A7A0983D174DBC0FBB05CCF39CEA037DB7D3C154BE
checksum64: 7C5F61FACFB345C9EFA33CB24EE460650C18F2AB7B3B6E978905B4C95689E172
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_9.0.1411_x86.zip"
file64 = "$toolsDir\gvim_9.0.1411_x64.zip"
file = "$toolsDir\gvim_9.0.1413_x86.zip"
file64 = "$toolsDir\gvim_9.0.1413_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>9.0.1411</version>
<version>9.0.1413</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 0246428

Please sign in to comment.