Skip to content

Commit

Permalink
AU: 4 updated - chromium googlechromebeta vim winscp.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 7, 2022
1 parent cc9def8 commit beb12db
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "108.0.5344.0-snapshots",
"snapshots": "108.0.5345.0-snapshots",
"stable": "106.0.5249.103"
}
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.5249.103</version>
<title>Chromium</title>
<version>108.0.5345.0-snapshots</version>
<title>Chromium Snapshots</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://github.com/Hibbiki/chromium-win32/releases/download/v106.0.5249.103-r707/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v106.0.5249.103-r707/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1055970/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1055975/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: 1347F8826A859F76135962170664515760F0772240D1066E528CB5F76B083B48
checksum64: 1AE2A4CCFCF98CB08A391CD7514BFB3D0E681E306DE82D12457F383BA0D621AF
checksum32: 5BBAD58CF114302782B53C9F6EFD609E292B83E7E576C6ACCCEBC638A0456E8F
checksum64: 9FEFF56AEB3B7B2A0ECD2C6976980159EDDADF04918A6401C115418AB702622B

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.5249.103"
$version = "108.0.5345.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/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>107.0.5304.18-beta</version>
<version>107.0.5304.29-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '107.0.5304.18-beta'
$version = '107.0.5304.29-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = 'c6386767a6ef3ce087bd80cfda067f1a152bc4d9ac460754614ce5f0ddfa1d1f'
checksum64 = '09061e3fb5d03f2fa59f6ec331e09df26293fba4c6107b0ab82bde1317927bb4'
checksum = '058e424713e89158e9bb97a3b71a94615e7a6c32050f62fcfadc1d9498f71c97'
checksum64 = 'b41e107ac01355cee32fbb641fa30b72c286de520da2a86c98f1beca660f18ec'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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.0669/gvim_9.0.0669_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0669/gvim_9.0.0669_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0681/gvim_9.0.0681_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0681/gvim_9.0.0681_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: 9F70D1E4318ED2B675DCE0AD4A9F22D5754F0EF04B9D7908DC0B56DC3BB173FA
checksum64: 1022639574A2FDD255820090F95AD382FA72838EF181F7D016B8165D7F1F9805
checksum32: 9C8B4DB5B8CDD63126CB0B0E16A5A1E3A4C5F2117CFDBC78E38B4F659B452A70
checksum64: 2874A50D6597939E4F41ED4DCC2C0A0171FE13274D8646D549E658EDF8E07FB8
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.0669_x86.zip"
file64 = "$toolsDir\gvim_9.0.0669_x64.zip"
file = "$toolsDir\gvim_9.0.0681_x86.zip"
file64 = "$toolsDir\gvim_9.0.0681_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.0669</version>
<version>9.0.0681</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
4 changes: 2 additions & 2 deletions automatic/winscp.portable/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to https://winscp.net/eng/download.php

x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.21.3/WinSCP-5.21.3-Portable.zip/download
x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.21.5/WinSCP-5.21.5-Portable.zip/download

to download the installer.

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: 17CEC6668852F8732CAEB1D4599FA710F7601C043F70FDF216552D95E9FCB2D9
checksum32: 687CB70964A5C5664C9C794D184DBCD9C384C967357E6076F08AC7B914468A07

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-3.0.txt
Binary file modified automatic/winscp.portable/tools/WinSCP.com
Binary file not shown.
4 changes: 2 additions & 2 deletions automatic/winscp.portable/winscp.portable.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp.portable</id>
<version>5.21.3</version>
<version>5.21.5</version>
<title>WinSCP (Portable)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down Expand Up @@ -36,7 +36,7 @@
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.21.3-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.21.5-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://github.com/winscp/winscp</projectSourceUrl>
Expand Down

0 comments on commit beb12db

Please sign in to comment.