Skip to content

Commit

Permalink
AU: 5 updated - chromium OpenSSL.Light skype vscode-insiders vscode-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 22, 2022
1 parent a086663 commit 1e1c91c
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 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": "105.0.5135.0-snapshots",
"snapshots": "105.0.5136.0-snapshots",
"stable": "102.0.5005.115"
}
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>105.0.5135.0-snapshots</version>
<version>105.0.5136.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/1016349/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1016346/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1016599/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1016599/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: FDA7F3C40F3C45D21030A8217A2074CD8427C350CB8D78B60BBE0CC781344751
checksum64: 583CD9F3A0B6EB7EFB30E662B0624234AA904690A54C15A35F7692900BB0E01A
checksum32: DC047B1A7BE499E1F54F40D55278D3045EA7A7CC76D43FB4469BD25551E5607D
checksum64: 6C847A3527323FD639536E8386AA43BEA8EDE718E80F68A76A331B30AE898034

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 = "105.0.5135.0-snapshots"
$version = "105.0.5136.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/openssl.light/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://slproweb.com/products/Win32OpenSSL.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-3_0_3.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_0_3.exe>
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-3_0_4.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_0_4.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: EF57B989B9B3A8EFB014BEC8426B0F48054C2AD59DD34D4A4D62D8A42C9551D1
checksum64: 7D0DE3AFFD571F870D2979A73FF6F6A02DF4970C271453DA2C4B523E5A86939E
checksum32: 413B6DFB2266A883B29EE2886FD0033A58D09F858F9798A2A160376E467BF74A
checksum64: 2A1CE5BCF953407A8DB7AD732F462C0DFA6151382729B11439B45A1EDD387648

The file 'LICENSE.txt' has been obtained from <https://www.openssl.org/source/license.txt>
2 changes: 1 addition & 1 deletion automatic/openssl.light/openssl.light.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>OpenSSL.Light</id>
<version>3.0.3</version>
<version>3.0.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openssl.light</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>OpenSSL – The Open Source SSL and TLS toolkit</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/openssl.light/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $silentArgs += '/DIR="{0}"' -f $( if ($pp.InstallDir) { $pp.InstallDir } else {
$packageArgs = @{
packageName = 'OpenSSL.Light'
fileType = 'exe'
file = "$toolsPath\Win32OpenSSL_Light-3_0_3.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_0_3.exe"
file = "$toolsPath\Win32OpenSSL_Light-3_0_4.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_0_4.exe"
softwareName = 'OpenSSL*Light*'
silentArgs = $silentArgs
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.83.0.409</version>
<version>8.85.0.409</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.83.0.409.msi'
checksum = '799e3c949f30eb77c015c36becce13660d0871f985ca944966985937768ee206'
url = 'https://download.skype.com/s4l/download/win/Skype-8.85.0.409.msi'
checksum = 'a0f3ab731bb2a743f58a18c7bc51b5fec4030953948123c0a9f0b285e23bffb5'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/10e6e876822fa2da15fb68e8a6f1fb9aa8d94ce2/VSCodeSetup-ia32-1.69.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/10e6e876822fa2da15fb68e8a6f1fb9aa8d94ce2/VSCodeSetup-x64-1.69.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/f361c5b71d6676cfc6de97cdb1cc40b08bf7d994/VSCodeSetup-ia32-1.69.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f361c5b71d6676cfc6de97cdb1cc40b08bf7d994/VSCodeSetup-x64-1.69.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '3e7f517050afd9003091e5b5a984364b29593a19d1ee18541322977dd0bc53bc3c9711a41e950164bcd2974274961c477270c4198cb35c9e9e1dcfc1404b66de'
checksum = 'e4fc6f64962fab652208d0635acc3c9bcc706e11b6ba0511a6038c1a934104dfa70e1402672dd8e2c13ff2250fe02b5a3447e0f4856d8c53217aca92dc33462b'
checksumType = 'sha512'
checksum64 = '22483779553051d8580982ed0c89ed70c99d2b2385ddd69ec7925f500ad3dd463eb45b238ccc36512052df4c85bd135a5b0e7ae0a046f2051bb4145b7cd060b6'
checksum64 = 'a087c581026f8969fcfd1ee2b94bff3345133a2e5edce1ef733cab5934bd83e09f1bea99a0ea72c2ad3751718be84ec51bf680450133cd250ccc973a8d3b5596'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.69.0.20220621</version>
<version>1.69.0.20220622</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.69.0.20220621</version>
<version>1.69.0.20220622</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.69.0.20220621]" />
<dependency id="vscode-insiders.install" version="[1.69.0.20220622]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 1e1c91c

Please sign in to comment.