Skip to content

Commit

Permalink
AU: 3 updated - chromium mpc-hc-clsid2 vscode.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 22, 2021
1 parent a825c17 commit 3927fbd
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "96.0.4651.0-snapshots",
"stable": "93.0.4577.82"
"stable": "94.0.4606.54"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>96.0.4651.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>94.0.4606.54</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/923781/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/923781/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v94.0.4606.54-r911515/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v94.0.4606.54-r911515/mini_installer.sync.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: 0BF3750C8BD03E6982F41FF4A2D4546A10ED306DFAEDE4013F25A1654775FD4A
checksum64: 756BC99549472461F8610A3A49DCEAB534C42330E8106AED3A52769E8560E869
checksum32: 1E0B2EDD910D9A729ACDE87CA91E7BC5275E78D0C631A9FEFDE565CAE34AC867
checksum64: 300B294863DE1295BD0A074296C29B357F69BCD55D74DC1AB8A8E8757D2133CE

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 = "96.0.4651.0-snapshots"
$version = "94.0.4606.54"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/clsid2/mpc-hc/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.15/MPC-HC.1.9.15.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.15/MPC-HC.1.9.15.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.16/MPC-HC.1.9.16.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.16/MPC-HC.1.9.16.x64.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: FF578ADBE72806815C7A8D08398F35364528AAC3222999E531BE9B9675F21FA0
checksum64: 94F43BC1AC55C9DD23FB6458F748B4BB9812D0C8D0B22EF44DB5E3785666BAF8
checksum32: 6134017E8F37AAB598497110FA018B26C6679AD8BC9F5D74910D8A3E86555EA5
checksum64: 2654E57CDA44F79F120EBB8E464665AB0BCD7BA779DE5FB165D8662A2304B365

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mpc-hc-clsid2</id>
<version>1.9.15</version>
<version>1.9.16</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey-community,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\MPC-HC.1.9.15.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.15.x64.exe"
file = "$toolsPath\MPC-HC.1.9.16.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.16.x64.exe"
softwareName = 'MPC-HC*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.60.1'
$version = '1.60.2'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/83bd43bc519d15e50c4272c6cf5c1479df196a4d/VSCodeSetup-ia32-1.60.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/83bd43bc519d15e50c4272c6cf5c1479df196a4d/VSCodeSetup-x64-1.60.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/7f6ab5485bbc008386c4386d08766667e155244e/VSCodeSetup-ia32-1.60.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/7f6ab5485bbc008386c4386d08766667e155244e/VSCodeSetup-x64-1.60.2.exe'

softwareName = "$softwareName"

checksum = '90fb0c15b792843bb8d0ececa86ba02cd14f79fdf2962ca61800b7bf411ed91e'
checksum = 'fdd34a931f094b9f0dce5abd834cb065082001fcb181d03e11c1fc2382066c87'
checksumType = 'sha256'
checksum64 = 'a69606966b7853b005daf346f44908a8e54e78a4757c653694774aef1e2a3cae'
checksum64 = '21ed75797a1232b4958a5dc4da52033adc7646045001a67cc901254e2c00e7fb'
checksumType64 = 'sha256'

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

0 comments on commit 3927fbd

Please sign in to comment.