Skip to content

Commit

Permalink
AU: 5 updated - 360ts chromium Opera vscode-insiders vscode-insiders.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 1, 2022
1 parent c8b6087 commit 314e1ba
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ts": "10.8.0.1430",
"ts": "10.8.0.1434",
"tse": "8.8.0.1119"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.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>360ts</id>
<version>10.8.0.1430</version>
<version>10.8.0.1434</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey-community,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1430.exe'
checksum = '7eed638b9d577bb7573c8bf312deecd05a38412f021924ce4969078eb3d5b3f6'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1434.exe'
checksum = 'a4c573cee3597306b3339e7581152de10a2b5fb0657d8c2cd35610d075df0287'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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": "102.0.4977.0-snapshots",
"snapshots": "102.0.4978.0-snapshots",
"stable": "100.0.4896.60"
}
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>102.0.4977.0-snapshots</version>
<version>102.0.4978.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/987456/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/987458/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/987786/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/987832/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: C98A4FC8895D997ADE112198EBF48A80DBF42AAE8BC635456B488284183B6B23
checksum64: 2340CDED07BF2196265A287E5B57A70B63F48B0BF302B043B24892A494398131
checksum32: 3239B28804B0C280752C752AF0B81411D941BC74E1D7DFEBBBDD6D8E11FD7841
checksum64: 094A3B66B5AFCFF1CD98FE575689980487282D1A0364D45D6BD5502DCFCD463F

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 = "102.0.4977.0-snapshots"
$version = "102.0.4978.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>85.0.4341.39</version>
<version>85.0.4341.47</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-85/#b4341.39</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-85/#b4341.47</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.39/win/Opera_85.0.4341.39_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.39/win/Opera_85.0.4341.39_Setup_x64.exe'
checksum = 'c045b11a61ebe998f60c96757d45595573fc624208a20dc9bb7516bee4df310f'
checksum64 = '30e71ff031a911975b6639567125e939d9776685769bc315127ff41dc60929a3'
url = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.47/win/Opera_85.0.4341.47_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.47/win/Opera_85.0.4341.47_Setup_x64.exe'
checksum = '066b11e130eb5438c97a19736f228294cc9a1151c6705db2a3e90c5e38ba6ff5'
checksum64 = '3b326b552c59397692d8772d32316d10be84c7b122a46f51326628bd9d714e92'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '85.0.4341.39'
$version = '85.0.4341.47'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
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/95e8ecaa65bf2d790a4e3b586e843435fc5c0f77/VSCodeSetup-ia32-1.67.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/95e8ecaa65bf2d790a4e3b586e843435fc5c0f77/VSCodeSetup-x64-1.67.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/8b7086afdbfd42bf6e7b8c0bb586530bf7cf1396/VSCodeSetup-ia32-1.67.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/8b7086afdbfd42bf6e7b8c0bb586530bf7cf1396/VSCodeSetup-x64-1.67.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '7f2acd3d3427ed5a53895b75b11e0ef4391979c8c962d3db7050080103abd2acceb77334d15dba4d11ea5bd2c4b7090b1a937959e54724e4b1866e7ab7a47013'
checksum = 'ff3fbc416d3861e7c56b7a79cd871a21445c8e5b83bcbfce7496434dfd6493ad1150bb5979316eb4d211d8f5192002b826fe3339cb7a44c6753b4490b9b27d94'
checksumType = 'sha512'
checksum64 = '551fa05e38ea7d629759d69aa5dca4c925ba86ead07a88f4300d16561e1e5941888c7d2e2e71369d3303496429877cb9ccc9fdc25ea07d40f9df490742c5c7c7'
checksum64 = '0885f3bcb9fd16cbc43bbb1451a225eb8183511a03aef6d4d3d5138ead69fadeac0cb04d1490bc27e2854fd8315b1fd44e765d8b29b061b85c43c348da6b7b9b'
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.67.0.20220331</version>
<version>1.67.0.20220401</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.67.0.20220331</version>
<version>1.67.0.20220401</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.67.0.20220331]" />
<dependency id="vscode-insiders.install" version="[1.67.0.20220401]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 314e1ba

Please sign in to comment.