Skip to content

Commit

Permalink
AU: 3 updated - chromium curl vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 20, 2023
1 parent 20ac169 commit ff3a6f6
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "112.0.5607.0-snapshots",
"snapshots": "112.0.5608.0-snapshots",
"stable": "110.0.5481.104"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>112.0.5607.0-snapshots</version>
<version>112.0.5608.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
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/1107279/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1107278/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1107332/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1107338/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: 0AF662C1B47D70D5CE121BB4D0EE8F5656F6286B01BC65DE63E60DDFC974D220
checksum64: 3B360F12F0FD61F8052BE31A8A4AC1CA5B5BFE7C7BAFF27B7E133586364B29AB
checksum32: 72256E27449B12F073E4A75CA55DEDD6F1799F2D82761B0A4B37EAC92FDB8E86
checksum64: 6F16AC640D8F0724EFEDB74C52193689EDE56339204D992554F59743989F6B73

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 = "112.0.5607.0-snapshots"
$version = "112.0.5608.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/curl/curl.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>curl</id>
<version>7.88.0</version>
<version>7.88.1</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
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.88.0/curl-7.88.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.88.0/curl-7.88.0-win64-mingw.zip
x32: https://curl.se/windows/dl-7.88.1/curl-7.88.1-win32-mingw.zip
x64: https://curl.se/windows/dl-7.88.1/curl-7.88.1-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: C506C01598888BEF5F5B5262A4167C1764269527ECAEFE9D7D9277443589509A
checksum64: AC9C73FC71F42F21F8A56DF100F80D1CF395C7C6FCEDC75CFB79739D5294CA89
checksum32: 643C57CD806A4EB59ABD0EED8F5A2D2916FDA1A3059C660FE68FB13A94D86E30
checksum64: E44D247197955C78D9E9FB7B96C0F57D0241E5BAFB68C613F777EE5E1602A7BD

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

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

Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://vscode.blob.core.windows.net/insider/96a795cc0b1cd62f9ff66c347637f917c6dde3da/VSCodeSetup-ia32-1.76.0-insider.exe'
url64bit = 'https://vscode.blob.core.windows.net/insider/96a795cc0b1cd62f9ff66c347637f917c6dde3da/VSCodeSetup-x64-1.76.0-insider.exe'
url = 'https://vscode.blob.core.windows.net/insider/4e3219683563939873497516a235691aa2731274/VSCodeSetup-ia32-1.76.0-insider.exe'
url64bit = 'https://vscode.blob.core.windows.net/insider/4e3219683563939873497516a235691aa2731274/VSCodeSetup-x64-1.76.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '78a9cc25aa811e7de30bbb6807e589382106051c0fc4699b9f38758a38d455d199b6262d8a190980b40e81d3fd6f0e7b04680a8e95dbea757b9ef375449e6e59'
checksum = 'b4e23becb2982f85e97e098d1b3bf1ec27435036dd7c5266a9bbe5c48a1b7916fbb53e425d459537d79d515eeeea77257cd712c26c48b7bf6995e89174389d54'
checksumType = 'sha512'
checksum64 = '5bb3ec5e534c8ef7b526a7dd98043daac4590babd420bdabcd9a1106265fe873f1a3a470c244744e856b4a7cbbf69437b2b92d680e846329eb8292794d0187f6'
checksum64 = '054597aa174b133f6cf25f1211eb9003e24e2ac5cb3012c54dff751d9a48c7ebfcc68f68ca15256211c625e744771c1e4907406ae6b3c8d264c9df9ac8a4cbcd'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.76.0.20230217</version>
<version>1.76.0.20230220</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit ff3a6f6

Please sign in to comment.