Skip to content

Commit

Permalink
AU: 3 updated - OpenSSL.Light vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 31, 2023
1 parent 29e3498 commit 0913d8c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
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_1_0.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_1_0.exe>
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-3_1_1.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_1_1.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: 8F7A66D4A1F80428F7CDF1873C979E3EEF3FDE38CF2AE18D84ACCC8889400009
checksum64: E9C601BF486519B7F7185B505871814C5A65FE6DEADDDA02409FD73A66FE0995
checksum32: E76B0B2B9AB78F85C71DE8396043AE69CCD7FFC4B99470A8BBE27A350E9DBE75
checksum64: C3900D6F45F57574BEEC628EBADB65F8011791EF5332D819493FFBBF2F2D78FA

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.1.0</version>
<version>3.1.1</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_1_0.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_1_0.exe"
file = "$toolsPath\Win32OpenSSL_Light-3_1_1.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_1_1.exe"
softwareName = 'OpenSSL*Light*'
silentArgs = $silentArgs
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/openssl.light/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing

$re = 'Win32.*Light.*\.exe$'
$url32 = $domain + ($download_page.Links | ? href -match $re | select -first 1 -expand href)
$url32 = $domain + ($download_page.Links | Where-Object href -match $re | Select-Object -first 1 -expand href)

$re = 'Win64.*Light.*\.exe$'
$url64 = $domain + ($download_page.links | ? href -match $re | select -first 1 -expand href)
$url64 = $domain + ($download_page.links | Where-Object href -match $re | Select-Object -first 1 -expand href)

$verRe = '[\-]|\.exe'
$version32 = ($url32 -split "$verRe" | select -last 1 -skip 1) -replace '_','.'
$version64 = ($url64 -split "$verRe" | select -last 1 -skip 1) -replace '_','.'
$version32 = ($url32 -split "$verRe" | Select-Object -last 1 -skip 1) -replace '_','.'
$version64 = ($url64 -split "$verRe" | Select-Object -last 1 -skip 1) -replace '_','.'
if ($version32 -ne $version64) {
throw "32bit version do not match the 64bit version"
}
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/784e72bc4486b7ea5ad3447c506e31d949848592/VSCodeSetup-ia32-1.79.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/784e72bc4486b7ea5ad3447c506e31d949848592/VSCodeSetup-x64-1.79.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/fa8eefda18bf099d82b58453f8fe5d3010196fa0/VSCodeSetup-ia32-1.79.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/fa8eefda18bf099d82b58453f8fe5d3010196fa0/VSCodeSetup-x64-1.79.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'e80f3ef6e230dcf4b1035c90294f2c9af99b1eaaceb3204f4d1c50dc77b44bda5e015164bc03a538a14cac1848fbc3e7a5f4e800f1a58b2ab8c8bf8288343e05'
checksum = 'b67adb937a88f8a6cd8de5fb3619d9de86defe6d51baf7ceb1b4d6962906a15d5da5cdea2a4988036afa66e7bb91a00723f60914c7daeee33bd2c33249a2a1b1'
checksumType = 'sha512'
checksum64 = 'df426acc9ff1bc5bc38e73711ac94ce33d7a96cba00ff997fb1a07da96dbde03c69a5f999f9ee0c186835e26d77fa5d2125d1224af7cec6f57919b2c026b3bca'
checksum64 = 'cbbb9179fe74235b555fc798cae08068809e01fa63a70b1cc14e6afaa5bca005317f9fbd47d90aaf110456606d5ca8086e3200169cf4cef3377c6a8007caeac9'
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.79.0.20230530</version>
<version>1.79.0.20230531</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.79.0.20230530</version>
<version>1.79.0.20230531</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,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.79.0.20230530]" />
<dependency id="vscode-insiders.install" version="[1.79.0.20230531]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 0913d8c

Please sign in to comment.