Skip to content

Commit

Permalink
AU: 3 updated - chromium vim Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 1, 2022
1 parent 03fc7b6 commit 77daccc
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "103.0.5035.0-snapshots",
"snapshots": "103.0.5036.0-snapshots",
"stable": "101.0.4951.41"
}
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>103.0.5035.0-snapshots</version>
<version>103.0.5036.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/998044/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/998044/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/998121/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/998113/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: 42C9DE1AE7A28F3012FD9682118DF487B46A4100340C08937602C6F813B7C306
checksum64: BA3065CDE78908B6CCA9B15F66D88607457E30389298CE83EA8B2C02F6597147
checksum32: 222E6E08F9C9A2645D39AA70627CC78828FD466106A977FA7A363376C6FCA74B
checksum64: 7923E22BA6C99FED1207ECC87BBF27FAD5B9F2D843AFC58ED4E9068D8D708D84

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 = "103.0.5035.0-snapshots"
$version = "103.0.5036.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.2.4827/gvim_8.2.4827_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4827/gvim_8.2.4827_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4850/gvim_8.2.4850_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4850/gvim_8.2.4850_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: AEEEACE4B380EF8B7697F5F39E30D728B0A2A4D462D0CBE0AC6B09DF9BAAF603
checksum64: 11DABAB8AC0CE84B8A337E4A701F0FEE2A0BCDD32BBBABD8FC3E8C73BD74BE1D
checksum32: 8226086BD8921F114351E0A96958C5042E26A6DEC64E6BC8C6F8F3AA5ADE5AB8
checksum64: 40D5696F4C47B7AC8ECFFD4667EA94814DE8E7E086E92E55EDC62E76470E3851
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.2.4827_x86.zip"
file64 = "$toolsDir\gvim_8.2.4827_x64.zip"
file = "$toolsDir\gvim_8.2.4850_x86.zip"
file64 = "$toolsDir\gvim_8.2.4850_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.2.4827</version>
<version>8.2.4850</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
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "22044.1.1.1",
"current": "22054.1.1.1",
"classic": "2022.04"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>22044.1.1.1</version>
<version>22054.1.1.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox </title>
Expand Down

0 comments on commit 77daccc

Please sign in to comment.