Skip to content

Commit

Permalink
AU: 5 updated - 360ts chromium speccy vscode-insiders vscode-insiders…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 29, 2022
1 parent c51ff9e commit d317e47
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 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.1441",
"ts": "10.8.0.1445",
"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.1441</version>
<version>10.8.0.1445</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.1441.exe'
checksum = '2dea1f4c1bacd8c37dd4e7e7fa81d07c22817c235293f5aadcaf2983ff8013fe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1445.exe'
checksum = 'fa4185933f1684d873778b46f389e31bb8697e4f5dcb0d66f74fc7c0edb98e8e'
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": "103.0.5032.0-snapshots",
"snapshots": "103.0.5033.0-snapshots",
"stable": "101.0.4951.41"
}
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>103.0.5032.0-snapshots</version>
<version>103.0.5033.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/997379/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/997379/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/997599/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/997607/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: BCB6069EBAA3E6CC52C17F7B81CBDE3811D359AF53D1ACBCB137D7B459B16821
checksum64: 90A67F873579CB64272CA4A6D564953D117947A9BD4A852DA0376275BC836403
checksum32: C58FDA065679231288ED5532C8BA5010CA187975AB01D62C963A1F46C29FAC15
checksum64: 368E6DF0D98B1987BC337094835D1D778A198723997B51AC131BDDFBE7BF805D

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 = "103.0.5032.0-snapshots"
$version = "103.0.5033.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/speccy/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/speccy.png" width="48" height="48"/> [speccy](https://chocolatey.org/packages/speccy)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/speccy.png" width="48" height="48"/> [speccy](https://chocolatey.org/packages/speccy)


Speccy will give you detailed statistics on every piece of hardware in your computer. Including CPU, Motherboard, RAM, Graphics Cards, Hard Disks, Optical Drives, Audio support. Additionally Speccy adds the temperatures of your different components, so you can easily see if there’s a problem!
Expand Down
6 changes: 3 additions & 3 deletions automatic/speccy/speccy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>speccy</id>
<title>Speccy</title>
<owners>chocolatey-community</owners>
<version>1.32.740.20200817</version>
<version>1.32.774</version>
<authors>Piriform LTD</authors>
<summary>Speccy will give you detailed statistics on every piece of hardware in your computer.</summary>
<description><![CDATA[
Expand All @@ -31,8 +31,8 @@ Example: `choco install speccy --params "/UseSystemLocale"`
<tags>piriform freeware system information speccy admin</tags>
<copyright>Piriform LTD</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/speccy.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/speccy</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/speccy.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/speccy</packageSourceUrl>
<releaseNotes>https://www.ccleaner.com/speccy/version-history</releaseNotes>
<licenseUrl>https://www.ccleaner.com/legal/end-user-license-agreement</licenseUrl>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/speccy/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$packageName = 'speccy'
$url32 = 'https://download.ccleaner.com/spsetup132.exe?cc2020'
$url32 = 'https://download.ccleaner.com/spsetup132.exe'
$url64 = $url32
$checksum32 = '1356cae1349d3a46692bcafeb9d275150d21ba024cc995d3d9368d906b41ac0a'
$checksum64 = $checksum32
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/7fc8af4e2d8f50a3950b809b9beab86fa5135f29/VSCodeSetup-ia32-1.67.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/7fc8af4e2d8f50a3950b809b9beab86fa5135f29/VSCodeSetup-x64-1.67.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/8632e9c4096eab5773958b9fb3f45f92efba74a8/VSCodeSetup-ia32-1.67.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/8632e9c4096eab5773958b9fb3f45f92efba74a8/VSCodeSetup-x64-1.67.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '1409894a018317be41cae31f75353743fce043111c1abb423740c30034e9470b15e0e7599a0141c83b0a1925dd141ed8714cd98edb9ac1e7f7c3324a1b331efe'
checksum = '8defb184d4ccd759b60a403c7adc0f30dd75d80de047def30235a970d2f779c5186072141694050a05ec4110ab7fa81681c875e2a4d9b771021d6a5a9d6c3f62'
checksumType = 'sha512'
checksum64 = '3cd9922d1e0af37fd9abfbc18a1e21b856a7feaefb04eeccc3ce15bff66732bf2a0f79e3a5860dfb27fe5dfe8629d41bdd535680a70f368adbbadbe9cf67506f'
checksum64 = '80e081438428a75f6539e3f9707709f3bf73bd3a9540f9c37e7136aa6e43a9a2aafada9673be95bc5f40077e6e8555679095567b199a28c50448de2a0205a599'
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.20220428</version>
<version>1.67.0.20220429</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.20220428</version>
<version>1.67.0.20220429</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.20220428]" />
<dependency id="vscode-insiders.install" version="[1.67.0.20220429]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit d317e47

Please sign in to comment.