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 Jul 21, 2021
1 parent bb81f6b commit e2aed8c
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 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": "94.0.4582.0-snapshots",
"snapshots": "94.0.4583.0-snapshots",
"stable": "91.0.4472.164"
}
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>94.0.4582.0-snapshots</version>
<version>94.0.4583.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/903378/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/903383/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/903815/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/903815/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: D32BE798747E4572625C801172A9E2765D2E1CD3EF89E3ED4AB2C2B4E8DDCA54
checksum64: 86E85533C14807B0A3C362424450EBDD48CAA1CA222C881AA50CA5F2EF2290F5
checksum32: BA833A467EF59268F68D786B1C9961B4556BAD2F79C553E33A50737B13269CFA
checksum64: 929B0869F4E2158040F64A22C624E45AB37629B9CE2000F10308D961065FB2E6

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 = "94.0.4582.0-snapshots"
$version = "94.0.4583.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
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.77.0</version>
<version>7.78.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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.77.0/curl-7.77.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.77.0/curl-7.77.0-win64-mingw.zip
x32: https://curl.se/windows/dl-7.78.0/curl-7.78.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.78.0/curl-7.78.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: 3757916ED3544B3C37A60F72B1C42A01E446DAC96EBBFB49523F1717827B9327
checksum64: 66EE210A2C8FC87CB2686C1D2454D2A0336382F8E76BEB46981A31C765625DBE
checksum32: 8F6A34593D9816C0C0E9077C89EC990145D85C1F8D8D03BDF5ED8D52FECF9931
checksum64: ED88A2567C76095B12BECCE481DA6040B13A9EDB1CDC7E8AD520D58D6CB80EAA

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.77.0-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.77.0-win64-mingw.zip"
FileFullPath = "$toolsPath\curl-7.78.0-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.78.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/b805d2e94937976bb17d0439f57fcd3a9d423c31/VSCodeSetup-ia32-1.59.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/b805d2e94937976bb17d0439f57fcd3a9d423c31/VSCodeSetup-x64-1.59.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/818c6613f765dd54bb29e77b4f7094a37cf67d08/VSCodeSetup-ia32-1.59.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/818c6613f765dd54bb29e77b4f7094a37cf67d08/VSCodeSetup-x64-1.59.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'db21fc798683af07ccb84056bb3f32f1c95ed88fa52fc1d9d74e6ebc7f33dc2cc45a7035b68333b0cbadf3c95e6dd810b02f83133a065607e3462ecddd67e60c'
checksum = '1d4f3b56db2c876a9924b804ed0a29a2cd26d6cac947aca4d0774ad92552c5401a441e2812b09ecf41c0bc2cfd3ca5767cdc683411f37fe542f52c856c8b4b56'
checksumType = 'sha512'
checksum64 = '90bea67e866a5cf12313d20e54a3da96581446688e11fd851ca03eeb9875dbdc9128d8c6aa796aa2fe9086f50a72a7ad4a5a1facfff955b22b28c033ece8d631'
checksum64 = 'f8dd656869c0ca217172336f024afef08841d37a5cc84c16fca78942bd02963d45c442cbba6eb6fa1089f9d3d444c0384f9337e71113f15bb31591b1c4442537'
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.59.0.20210720</version>
<version>1.59.0.20210721</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.59.0.20210720</version>
<version>1.59.0.20210721</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.59.0.20210720]" />
<dependency id="vscode-insiders.install" version="[1.59.0.20210721]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit e2aed8c

Please sign in to comment.