Skip to content

Commit

Permalink
AU: 4 updated - chromium Everything vscode-insiders vscode-insiders.i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 8, 2022
1 parent e858b45 commit 05fd349
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 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": "107.0.5288.0-snapshots",
"snapshots": "107.0.5289.0-snapshots",
"stable": "105.0.5195.102"
}
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>107.0.5288.0-snapshots</version>
<version>107.0.5289.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/1044322/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1044334/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1044434/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1044441/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: 339B53902233BEA06F008407F7830229581C9AC79AA57DA74DBF0BCF9169BF89
checksum64: 2B616E0BB3FF5E5621DD2DF5C2D885D4B8FD3C32EE83D6148CD80D15359567B5
checksum32: A3E565D2D41FD0A1CADFE300AC15BC551ECF86E01AE2DFC5EC676644928F3A92
checksum64: 41C11D3ED04BB6557A866E17C874CAC61F87DDB02BF6F6157014044DE6E083FC

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 = "107.0.5288.0-snapshots"
$version = "107.0.5289.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/everything/Everything.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Everything</id>
<version>1.4.11018</version>
<version>1.4.11020</version>
<title>Everything</title>
<authors>David Carpenter</authors>
<owners>chocolatey-community, Mark Michaelis</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/everything/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/Everything-1.4.1.1018.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.1018.x64-Setup.exe
x32: https://www.voidtools.com/Everything-1.4.1.1020.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.1020.x64-Setup.exe

to download the installer.

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: 0E822C0775C8CFE29121109D8378E10BD8D7FF0C93C61383D5FFABBDD8A25B18
checksum64: A387EB0C906E2243EB125D5B1091DF3AB6D0183A6BA7DAD9BF10EF0037B0CFB6
checksum32: C968AE47CD72E533A51D069B13D373DE5F6A379DA0CFEDB04A4365BD41DBAF6A
checksum64: B641DA481AB58B0E1C8A1D2C372700455A9BBF9243B3548F29D39538AAA45C0D

Using AU:

Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.1018.x64-Setup.exe
Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.1020.x64-Setup.exe

File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
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/0f2de31e4856886cdbf32f85488bc40f480fb38f/VSCodeSetup-ia32-1.72.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/0f2de31e4856886cdbf32f85488bc40f480fb38f/VSCodeSetup-x64-1.72.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/2d27f8db6a19f93529787731b0efa8f001478f6d/VSCodeSetup-ia32-1.72.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/2d27f8db6a19f93529787731b0efa8f001478f6d/VSCodeSetup-x64-1.72.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '0373bf55c52c102eeb830d3a7169bb4cf6643de4d7937385bac701be3591de52343d7dd0f15bd4c60b8628dd89573fad84d9219e5d95b912249b0662d0f848ef'
checksum = '1a7358e76f5b6e140022aa793717bf86875892e7cd8ac19291322cc4fe1a790383b4e9cea4bcc0f60ea0e3bdd0729887e877e94894f4ecad42fed72ea7d0977f'
checksumType = 'sha512'
checksum64 = 'a82925babca3339772baca1b822a9fe8c9dd6e8013291c01f11ae9b78c316745ce0412fa0554ca71bcb0093c67bd58e60e621434abd83e600735c6c577a5d487'
checksum64 = 'd80abae62eb6190459781d028bb4cb7fb6b4682545df419998516044dcf6ba11f4187c2c06174137ac56b66ef59b21030302d4f23c417da4371b820e7f07abdd'
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.72.0.20220907</version>
<version>1.72.0.20220908</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.72.0.20220907</version>
<version>1.72.0.20220908</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.72.0.20220907]" />
<dependency id="vscode-insiders.install" version="[1.72.0.20220908]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 05fd349

Please sign in to comment.