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 Aug 4, 2022
1 parent 37cc527 commit f6fa1a1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "106.0.5217.0-snapshots",
"stable": "103.0.5060.134"
"snapshots": "106.0.5218.0-snapshots",
"stable": "104.0.5112.81"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>106.0.5217.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>104.0.5112.81</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
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/1031028/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1031028/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v104.0.5112.81-r1012729/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v104.0.5112.81-r1012729/mini_installer.sync.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: 0213C453CE2441264D62B77DE7026575ED56430B9FB2B4595284590A8676E5E5
checksum64: A6381AE8501568AD76603A9CBC8DEA02A023D9D1D2524BEE2C7A60EB41D50A00
checksum32: 7F6D6DE5EAB99855F707CC6D11040852801F36097986DAA50A03CA597216418F
checksum64: B40AF662D6E0987445184F0D5EC0571D15DEB55E75D06AAAB5D7775098F4322E

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "106.0.5217.0-snapshots"
$version = "104.0.5112.81"
$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
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.0135/gvim_9.0.0135_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0135/gvim_9.0.0135_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0137/gvim_9.0.0137_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0137/gvim_9.0.0137_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: 1806997D659507861A658204908FA2110F1D8653BE7D3135DE08989256228AB9
checksum64: E9F99F96780D625AB2F75D7F168664CAD7B99DE1EA259C055EA4B6ECB0D0A8F3
checksum32: FA814B9085C67392220532583B03AC2AB20183F00CE638A4398D62C5C59FFE6B
checksum64: 6A131699C9400EEA8FE562E44E46C5D2471E2EE30D36E1EADA04F26B9A7E7539
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.0135_x86.zip"
file64 = "$toolsDir\gvim_9.0.0135_x64.zip"
file = "$toolsDir\gvim_9.0.0137_x86.zip"
file64 = "$toolsDir\gvim_9.0.0137_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.0135</version>
<version>9.0.0137</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, 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 f6fa1a1

Please sign in to comment.