Skip to content

Commit

Permalink
AU: 3 updated - chromium mkdocs-material vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 15, 2023
1 parent d485a2c commit 95c5d4e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "111.0.5539.0-snapshots",
"snapshots": "111.0.5540.0-snapshots",
"stable": "109.0.5414.75"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>111.0.5539.0-snapshots</version>
<version>111.0.5540.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
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/1092752/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1092752/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1092808/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1092804/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: F10FA34DB074F7A1134BD2D3C2E9E799F01CA7C63444E576F2484DC4F6DFC525
checksum64: D43F4133B4FC4EF68424E8D7A12629041C2AFE9E8524F1E5B8B85F415F23A1D1
checksum32: BE931741C776F97A2032CABFF4A78456A06187FC54B72994016475DFD36A0FAD
checksum64: EE802F21C4BD7618EFC0AF5321C5BC3054340FA9EED91FF3D03AD7DF6B09BD90

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 = "111.0.5539.0-snapshots"
$version = "111.0.5540.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>9.0.4</version>
<version>9.0.5</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '9.0.4'
$version = '9.0.5'

$proxy = Get-EffectiveProxy
if ($proxy) {
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.1194/gvim_9.0.1194_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1194/gvim_9.0.1194_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1199/gvim_9.0.1199_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1199/gvim_9.0.1199_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: 06727244E4098F875F4CBF8364716D94919A5AF6AEDE89BB839725710C820400
checksum64: 008BE3A8FAEBC142264A726636F3DB7608E2642781FC0DDBCF2C3BCD0E813D68
checksum32: 60A3EA9FC1BCF9557B2F9037E468AF0EC7962323136F9EA741146DFF52F95587
checksum64: 373C2270D8CB0075673219D0065632AD07247AF19A3E360453880978B056EC62
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.1194_x86.zip"
file64 = "$toolsDir\gvim_9.0.1194_x64.zip"
file = "$toolsDir\gvim_9.0.1199_x86.zip"
file64 = "$toolsDir\gvim_9.0.1199_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.1194</version>
<version>9.0.1199</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 95c5d4e

Please sign in to comment.