Skip to content

Commit

Permalink
AU: 3 updated - curl vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 20, 2023
1 parent fd1537b commit 03689b4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
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.88.1</version>
<version>8.0.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.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
x32: https://curl.se/windows/dl-8.0.0_1/curl-8.0.0_1-win32-mingw.zip
x64: https://curl.se/windows/dl-8.0.0_1/curl-8.0.0_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: 643C57CD806A4EB59ABD0EED8F5A2D2916FDA1A3059C660FE68FB13A94D86E30
checksum64: E44D247197955C78D9E9FB7B96C0F57D0241E5BAFB68C613F777EE5E1602A7BD
checksum32: 5EAB3AC7DB47A29027C01D2FE66A85C35AE433DBC996C2285093E58C52F4183A
checksum64: 97CD098C5ED5ABE4CC64893026E11CCE7AD5CE983AEB6229858A2C87D659A354

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.88.1-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.88.1-win64-mingw.zip"
FileFullPath = "$toolsPath\curl-8.0.0_1-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-8.0.0_1-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/2a6bd78f745d3e6330c8ff7db5282dc582e117fd/VSCodeSetup-ia32-1.77.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/2a6bd78f745d3e6330c8ff7db5282dc582e117fd/VSCodeSetup-x64-1.77.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/fa13bf16fd237afef07f4df0648da026f43e3963/VSCodeSetup-ia32-1.77.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/fa13bf16fd237afef07f4df0648da026f43e3963/VSCodeSetup-x64-1.77.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '66f50a170b171880efe4ba7c92c72b4e29a7f52897e457a50b7aa060a3d9911b96edbd7db16f47277b56a6dc7b72a1941281cc5970edab1797c88de84650c636'
checksum = 'f3237290a639c3c65740440e0f152efbf3936889c92ba26b725b86ed605fdcc55ae0817176b9a2585bf6d1f16d6a356e40f83b247f1cfd9e6baab656dd148f88'
checksumType = 'sha512'
checksum64 = '3fa47763544a16caf6c137bcdc3b152c6bd20fbc06cf7d223740087bb9339873816ea387df911f66a2d79406e39000c6095c1ba088354864b8d7115028c6e0f6'
checksum64 = '5100651f6105710b292b3eff6c27a08491ff9af5caa950e99cd49e1938db45242e9b39805ba51abdd0781cdbf47c83b6d50f81c76ecc623ac134d49d0bb45c36'
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.77.0.20230317</version>
<version>1.77.0.20230320</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.77.0.20230317</version>
<version>1.77.0.20230320</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.77.0.20230317]" />
<dependency id="vscode-insiders.install" version="[1.77.0.20230320]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 03689b4

Please sign in to comment.