Skip to content

Commit

Permalink
AU: 3 updated - chromium rdcman sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 26, 2023
1 parent 09f2a4f commit d0332e8
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "111.0.5560.0-snapshots",
"stable": "109.0.5414.75"
"snapshots": "111.0.5561.0-snapshots",
"stable": "109.0.5414.120"
}
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>111.0.5560.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>109.0.5414.120</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/1096660/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1096659/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v109.0.5414.120-r1070088/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: D81B0E56D3764683F09BF67CD3F63318EC1B30604D1496D380D34E6DFA75511F
checksum64: 295D19895211595F6CF6E6B4563B613574C89AB89B0655F5F66263C4BFAB214D
checksum32: C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98
checksum64: E03C54DDB2614E70CC0D8622BE3568ABB9C11D8330FDF851FA39FF545B2F9CFF

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.5560.0-snapshots"
$version = "109.0.5414.120"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/rdcman/info
@@ -1 +1 @@
0x8D9E1DB9498ED27|2.90.1420
0x8DAFF090EB26FCF|2.92.1430
2 changes: 1 addition & 1 deletion automatic/rdcman/rdcman.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>rdcman</id>
<version>2.90.1420</version>
<version>2.92.1430</version>
<title>Remote Desktop Connection Manager</title>
<authors>Julian Burger</authors>
<owners>chocolatey-community,Anthony Mastrean</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/rdcman/tools/chocolateyInstall.ps1
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = 'rdcman'
url = 'https://download.sysinternals.com/files/RDCMan.zip'
checksum = '5b3281c5ff7eebd208b51d24d72de1b37c23cb3860350e27e9b4189b25a274d0'
checksum = 'df183e730ece0ca8946f04be5456fd63a9088b1bb9a463bf155926a4908956b3'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2022.11.28</version>
<version>2023.1.25</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'bb5f6cedb48755f9ee16e1158fabaf422a6df20d9854d33ad4e65d80f341fb61'
checksum = '56e72eee9f3df153a702be5eeeaa3293560792d89e8824d26a182146f6e35aa9'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '8296ee5e4b8ed2272fea473a9d10cecd25e66332677e48eda0842cf378e18bf5'
$packageArgs.checksum = '6b3bcc5ab8484246e60d17fc74710593b7734b26dd4d576ee066d30e219e6bbd'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit d0332e8

Please sign in to comment.