Skip to content

Commit

Permalink
AU: 2 updated - es vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 26, 2022
1 parent 271d3a2 commit af50bc9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/es/es.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>es</id>
<version>1.1.0.24</version>
<version>1.1.0.26</version>
<title>Everything Command Line</title>
<authors>David Carpenter</authors>
<owners>chocolatey-community, TheCakeIsNaOH</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/es/legal/VERIFICATION.txt
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/ES-1.1.0.24.zip
x32: https://www.voidtools.com/ES-1.1.0.26.zip

to download the archive.

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: 75BFC0737905408798B6FFA6BF51496DF3C162F7DA9B01927B8393D249E143E8
checksum32: 978BB07DD5EA1868C716EE17B2F36BD4CBB1E2A4C2E1C439163558506492D873

Using AU:

Get-RemoteChecksum https://www.voidtools.com/ES-1.1.0.24.zip
Get-RemoteChecksum https://www.voidtools.com/ES-1.1.0.26.zip

File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
Expand Down
2 changes: 1 addition & 1 deletion automatic/es/tools/chocolateyInstall.ps1
Expand Up @@ -3,7 +3,7 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'es'
FileFullPath = "$toolsDir\ES-1.1.0.24.zip"
FileFullPath = "$toolsDir\ES-1.1.0.26.zip"
Destination = $toolsDir
}

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://az764295.vo.msecnd.net/insider/43676d69e091e7f9451667925f3f0cc20d7e7221/VSCodeSetup-ia32-1.72.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/43676d69e091e7f9451667925f3f0cc20d7e7221/VSCodeSetup-x64-1.72.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/831678f718c8e998adc40d4854d9d35d9586a09f/VSCodeSetup-ia32-1.72.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/831678f718c8e998adc40d4854d9d35d9586a09f/VSCodeSetup-x64-1.72.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'c2d5e7146b9afb470558251c8f58cc695541b007f02ac484b695f6270288532ef0688a433e11db6cfdcb44bfd12f873aedb9d8d850fa426f8bba1a47e6d1a782'
checksum = '89bae6bcd37c903ee7f96026065a191df77697d5e9944ca9badf7ce348fd43b1f3698886e257ecf695826b1e463050937e2cbca984597ee0654114bbb96247a5'
checksumType = 'sha512'
checksum64 = '3113cefb13f2990553fa248d01f64fa668b67ef9a7fa8037f2c3df7fd36c8f359af60cceaf041c7e8508878c0d72553c1d91332be044b9d7914cdc3825231e33'
checksum64 = '197c121a9f64ed3cac81327bbbd41b83c3976844f9d963a40e5d80e3a284bb253bcba674070c3caed7994183e2affb22940c0d7b6cdb9b2023f53f7632216ddf'
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.72.0.20220923</version>
<version>1.72.0.20220926</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit af50bc9

Please sign in to comment.