Skip to content

Commit

Permalink
AU: 4 updated - chromium curl vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 26, 2022
1 parent b8a25d7 commit c67ba62
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "109.0.5382.0-snapshots",
"stable": "106.0.5249.119"
"snapshots": "109.0.5383.0-snapshots",
"stable": "107.0.5304.63"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>109.0.5382.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>107.0.5304.63</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
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/1063465/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1063466/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v107.0.5304.63-r1047731/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v107.0.5304.63-r1047731/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: 2F1301632F1AA4625C2429EEEEBF28856E997DDCF8207138CEE06C2A363A1073
checksum64: 6844888E5338145B2A08A4A5B61DDE7A76FDDB86495A1CB52DB3EA055EE86A02
checksum32: ECBE88B070FEDBFD2D310ECA2E5CE1245CD1C9EE128E0C923CFC8A71BA0BCD12
checksum64: 048E1C1C5994E7C836A6AF7AA25ABD6BC55AD607A6876EA776E74EAC80CF19B6

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 = "109.0.5382.0-snapshots"
$version = "107.0.5304.63"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/curl/curl.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>curl</id>
<version>7.85.0</version>
<version>7.86.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/curl</packageSourceUrl>
<owners>chocolatey-community, Rob Reynolds</owners>
<title>cURL</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/curl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Package can be verified like this:

1. Go to https://curl.se/windows/, and look for the official binaries provided.

x32: https://curl.se/windows/dl-7.85.0/curl-7.85.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.85.0/curl-7.85.0-win64-mingw.zip
x32: https://curl.se/windows/dl-7.86.0/curl-7.86.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.86.0/curl-7.86.0-win64-mingw.zip

to download the zip files. You may wish to rename one of the files.

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: B98D3381D7546FF6D6FD808F7E18849F7128D491CE0E85987C3FD495709DFE22
checksum64: D46C42A1C248824A9D3F394969BA63097A49ABE79209B1DCABA4D4CA3767E600
checksum32: 473A91E7A4A0A01364229255D239A0D59231E1DE58AF83699BD22086CFEE3F84
checksum64: 7E501EB78F8840CE25ECD5EE605BB4E35D66E243D33ACB6C314EEED8790AEC19

File 'LICENSE.txt' obtained from:
https://github.com/curl/curl/blob/835c2634212257d41c1a30c6cc0ad3ed60bb9aca/COPYING
4 changes: 2 additions & 2 deletions automatic/curl/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $env:chocolateyPackageName
FileFullPath = "$toolsPath\curl-7.85.0-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.85.0-win64-mingw.zip"
FileFullPath = "$toolsPath\curl-7.86.0-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.86.0-win64-mingw.zip"
Destination = $toolsPath
}

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/a803dc359aa1ed48c7acf074dd81d6af1525c8c8/VSCodeSetup-ia32-1.73.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a803dc359aa1ed48c7acf074dd81d6af1525c8c8/VSCodeSetup-x64-1.73.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/c3eebaead9d3bf1cb961b91fca1b8af31990d328/VSCodeSetup-ia32-1.73.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/c3eebaead9d3bf1cb961b91fca1b8af31990d328/VSCodeSetup-x64-1.73.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'dbbad6a7e4761f8f3590fefc6a01f85411426db414ba700cbb56a522d9f6a35393494d5a207caa9670b1c8e53088628329611bc220193f758bc9e813000b57a5'
checksum = '174d5ce320e6ab29e5c976ed53f48032651ec9fdad988bf562995c62e0e685249404f3582f46f6161320fd3b79766b3b7b41a59300a4a9038eff538ce4ef5950'
checksumType = 'sha512'
checksum64 = '6640a74d943a6eadfb5f75bbf20d094cd7bf79dc471fc001b6e6305b298ef54c3d67e11bf3970bdc3c0a2b3c5a58b504202fcdb66d62bb94d613e045f042e332'
checksum64 = '35806036a8c47a7b723e30d882b18f27b9fee836e24535fbead90efdc27a36bb7f4915d5a2d02dfc5b9da38d7ad6f0b3a0ceb99ebbc8698f543ee4472863432e'
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.73.0.20221025</version>
<version>1.73.0.20221026</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.73.0.20221025</version>
<version>1.73.0.20221026</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.73.0.20221025]" />
<dependency id="vscode-insiders.install" version="[1.73.0.20221026]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit c67ba62

Please sign in to comment.