Skip to content

Commit

Permalink
AU: 4 updated - ccleaner nodejs nodejs.install Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 20, 2021
1 parent 0d039dd commit 70fb038
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@182294b9b95166915fdc2265a90ef37c6b24efd9/icons/ccleaner.png" width="48" height="48"/> [ccleaner](https://chocolatey.org/packages/ccleaner)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@182294b9b95166915fdc2265a90ef37c6b24efd9/icons/ccleaner.png" width="48" height="48"/> [ccleaner](https://chocolatey.org/packages/ccleaner)


The number-one tool for cleaning your Windows PC.
Expand Down
6 changes: 3 additions & 3 deletions automatic/ccleaner/ccleaner.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.85.9170</version>
<version>5.86.9258</version>
<authors>Piriform</authors>
<owners>chocolatey-community,maartenba, tonigellida</owners>
<summary>
Expand All @@ -25,8 +25,8 @@ This package installs CCleaner without additional adware.
<copyright></copyright>
<licenseUrl>https://www.piriform.com/legal/software-license/ccleaner</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@182294b9b95166915fdc2265a90ef37c6b24efd9/icons/ccleaner.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/ccleaner</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@182294b9b95166915fdc2265a90ef37c6b24efd9/icons/ccleaner.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ccleaner</packageSourceUrl>
<releaseNotes>https://www.piriform.com/ccleaner/version-history</releaseNotes>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup585.exe'
checksum = '6075FD4DC0F315F086493DE9E970176CED27E1EC817C5710A647D271E4D364F1'
url = 'https://download.ccleaner.com/ccsetup586.exe'
checksum = 'EE704F3B51F5D2E867AA6200A8B8EA4E6E6B26E969D2E093270B3A44D7B7AE77'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v17.0.0/node-v17.0.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.0.0/node-v17.0.0-x64.msi>
32-Bit: <https://nodejs.org/download/release/latest-v16.x/node-v16.12.0-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v16.x/node-v16.12.0-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: C0A3B338ED0519DB2BB14890F27F443DCF620AB6D11EF3CE17B2242074BEE5C6
checksum64: 746042B936FBD3C67988FCCE2B4BFAA0516765B26A02500376427E907EE929F2
checksum32: ADC0B407F5B856FAD4E36AC7B22DEF93CF01B6F7576404DA7C5B6A3992A82236
checksum64: D269299D5FEB29BC9D5713E9B87F0154FF857BBE6510C76A553568A1BC22BADC

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Expand Up @@ -11,6 +11,6 @@
"13": "13.14.0",
"14": "14.18.1",
"15": "15.14.0",
"16": "16.11.1",
"16": "16.12.0",
"17": "17.0.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>17.0.0</version>
<version>16.12.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v17.0.0-x86.msi"
$filePath64 = "$toolsPath\node-v17.0.0-x64.msi"
$filePath32 = "$toolsPath\node-v16.12.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.12.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Expand Up @@ -11,6 +11,6 @@
"13": "13.14.0",
"14": "14.18.1",
"15": "15.14.0",
"16": "16.11.1",
"16": "16.12.0",
"17": "17.0.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>17.0.0</version>
<version>16.12.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[17.0.0]" />
<dependency id="nodejs.install" version="[16.12.0]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>80.0.4170.40</version>
<version>80.0.4170.63</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-80/#b4170.40</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-80/#b4170.63</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
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/80.0.4170.40/win/Opera_80.0.4170.40_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/80.0.4170.40/win/Opera_80.0.4170.40_Setup_x64.exe'
checksum = '9842e69fe24eefd420939b86b46f79f26abd9fb12414a60f43d558627bd9e51d'
checksum64 = '757c215f95693d6b69bdd25548f9d113c312a27170fdab1e92a478e04defb493'
url = 'https://get.geo.opera.com/pub/opera/desktop/80.0.4170.63/win/Opera_80.0.4170.63_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/80.0.4170.63/win/Opera_80.0.4170.63_Setup_x64.exe'
checksum = '3f22705c5bdf48033d5588fc1212b06b3f15093e553b41c2b10a248a821ed307'
checksum64 = '35e512103dbff26670ce53bb4335a8851e4d4faa05d6e2c032546395a3357e67'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '80.0.4170.40'
$version = '80.0.4170.63'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down

0 comments on commit 70fb038

Please sign in to comment.