From 4a5aecd0608701a5fa03d9e228c3edb524d7d992 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 3 Mar 2021 12:14:19 +0000 Subject: [PATCH] AU: 6 updated - autohotkey.portable brave chromium nodejs nodejs.install wps-office-free [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/c160cd689eb5cf601f4682ff62f1b5d94b18699a --- automatic/autohotkey.portable/autohotkey.portable.json | 2 +- .../autohotkey.portable/autohotkey.portable.nuspec | 2 +- automatic/autohotkey.portable/tools/VERIFICATION.txt | 10 +++++----- .../autohotkey.portable/tools/chocolateyInstall.ps1 | 2 +- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 2 +- automatic/brave/legal/VERIFICATION.txt | 8 ++++---- automatic/brave/tools/chocolateyInstall.ps1 | 2 +- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/nodejs.install/legal/VERIFICATION.txt | 8 ++++---- automatic/nodejs.install/nodejs.install.json | 2 +- automatic/nodejs.install/nodejs.install.nuspec | 2 +- automatic/nodejs.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/nodejs/nodejs.json | 2 +- automatic/nodejs/nodejs.nuspec | 4 ++-- automatic/wps-office-free/tools/chocolateyInstall.ps1 | 6 +++--- automatic/wps-office-free/wps-office-free.json | 2 +- automatic/wps-office-free/wps-office-free.nuspec | 2 +- 21 files changed, 38 insertions(+), 38 deletions(-) diff --git a/automatic/autohotkey.portable/autohotkey.portable.json b/automatic/autohotkey.portable/autohotkey.portable.json index ab0a1309c65..40dfa53fed2 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.json +++ b/automatic/autohotkey.portable/autohotkey.portable.json @@ -1,4 +1,4 @@ { "1.1": "1.1.33.04", - "2.0": "2.0-a126" + "2.0": "2.0-a127" } diff --git a/automatic/autohotkey.portable/autohotkey.portable.nuspec b/automatic/autohotkey.portable/autohotkey.portable.nuspec index 727d9dd2cb5..454b8188f9a 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.nuspec +++ b/automatic/autohotkey.portable/autohotkey.portable.nuspec @@ -3,7 +3,7 @@ autohotkey.portable - 1.1.33.04 + 2.0-a127 AutoHotkey (Portable) chocolatey-community Lexikos diff --git a/automatic/autohotkey.portable/tools/VERIFICATION.txt b/automatic/autohotkey.portable/tools/VERIFICATION.txt index e64a81a5327..5b482cb1f03 100644 --- a/automatic/autohotkey.portable/tools/VERIFICATION.txt +++ b/automatic/autohotkey.portable/tools/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.04.zip - x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.04.zip + x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a127-a43811bd.zip + x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a127-a43811bd.zip to download the installer. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 2DE127714282DD710640F4EE2296976885B9051F04488A5632F25C328B76F774 - checksum64: 2DE127714282DD710640F4EE2296976885B9051F04488A5632F25C328B76F774 + checksum32: 6B905BB79E5A42BF267396AD5E04E0E0EB5551F1A62A5640FA6A5B594CDF2922 + checksum64: 6B905BB79E5A42BF267396AD5E04E0E0EB5551F1A62A5640FA6A5B594CDF2922 Using AU: - Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.04.zip + Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a127-a43811bd.zip File 'license.txt' is obtained from: https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt diff --git a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 index a904e479234..c1aeed47390 100644 --- a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 +++ b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$fileName = 'AutoHotkey_1.1.33.04.zip' +$fileName = 'AutoHotkey_2.0-a127-a43811bd.zip' $toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition $zip_path = "$toolsPath\$fileName" Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 2c485c1fa96..7c5f5e3a20c 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.21.72", + "stable": "1.21.73", "beta": "1.22.49-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 958e9a6d38f..5e379d8e48a 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,7 +2,7 @@ brave - 1.21.72 + 1.21.73 Brave Browser chromium - 91.0.4435.0-snapshots + 91.0.4436.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 788665cd23b..9f72eb00816 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: FF31692600DB43FB4345E38291E6ECCA0FA7B9B087658880F495272554DFE0D1 - checksum64: 9BB45DA6EAA71429AC0D0BDC819E6B880991594853BFE6C97C3E9EFD3648F93C + checksum32: 8C32094D9210B308149C41D91F2D06474D99377947AA40A5C6B5833050A70D6E + checksum64: A4C095557082D3D53DE7F7FCC1191D416D6558D59B53E91022DAF52DF16E458B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index c96096b3cfb..9a5548c1466 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "91.0.4435.0-snapshots" +$version = "91.0.4436.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index dd911cfb165..b8688095849 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: ED40690CEEE7339554F0D592453F864235E1E241A85F0E53D7E39A2C73554AB3 - checksum64: 999CA54FB0B329DCA36EB01975D6F4A2B3120707D078C594019E88CDDA8F0A85 + checksum32: 57E93FE0A0BC4B56B4A3B913C956F96DB2AFEFC79553A4DC06488F44985C3CE2 + checksum64: 5A792858E21A58050801D30885CA5C96DC908468CEB37783C219175EA67D923B File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index 9ef6f08271e..36d62f9f254 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -10,5 +10,5 @@ "7": "7.10.1", "13": "13.14.0", "14": "14.16.0", - "15": "15.10.0" + "15": "15.11.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 9de97ca2605..bc445ea425a 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 15.10.0 + 15.11.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. diff --git a/automatic/nodejs.install/tools/chocolateyInstall.ps1 b/automatic/nodejs.install/tools/chocolateyInstall.ps1 index dbbe5d1edf9..6c77d16cfc2 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition -$filePath32 = "$toolsPath\node-v15.10.0-x86.msi" -$filePath64 = "$toolsPath\node-v15.10.0-x64.msi" +$filePath32 = "$toolsPath\node-v15.11.0-x86.msi" +$filePath64 = "$toolsPath\node-v15.11.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 } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 9ef6f08271e..36d62f9f254 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -10,5 +10,5 @@ "7": "7.10.1", "13": "13.14.0", "14": "14.16.0", - "15": "15.10.0" + "15": "15.11.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index b38221cc27b..93dfd045b16 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 15.10.0 + 15.11.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - + diff --git a/automatic/wps-office-free/tools/chocolateyInstall.ps1 b/automatic/wps-office-free/tools/chocolateyInstall.ps1 index a75f48519aa..632e2d88abf 100644 --- a/automatic/wps-office-free/tools/chocolateyInstall.ps1 +++ b/automatic/wps-office-free/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$version = '11.2.0.9984' +$version = '11.2.0.10017' $packageName = 'wps-office-free' $regName = $packageName -replace('\-',' ') $regName = $regName -replace('free','*') @@ -8,11 +8,11 @@ $registry = Get-UninstallRegistryKey -SoftwareName $regName $packageArgs = @{ packageName = 'wps-office-free' fileType = 'exe' - url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.9984/WPSOffice_11.2.0.9984.exe' + url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.10017/WPSOffice_11.2.0.10017.exe' silentArgs = '/S' validExitCodes = @(0) softwareName = $regName - checksum = '5edb7bb48d46ed2790eb7340a7f880345bb64053a235ec296d83c6336e674ce7' + checksum = 'f8786a89d97de1edaaf7c1ea84a0d77ae26a7212c38292993e9d4220d37111c1' checksumType = 'sha256' } diff --git a/automatic/wps-office-free/wps-office-free.json b/automatic/wps-office-free/wps-office-free.json index a03486b8fb6..5b925b218b2 100644 --- a/automatic/wps-office-free/wps-office-free.json +++ b/automatic/wps-office-free/wps-office-free.json @@ -1,3 +1,3 @@ { - "wps": "11.2.0.9984" + "wps": "11.2.0.10017" } diff --git a/automatic/wps-office-free/wps-office-free.nuspec b/automatic/wps-office-free/wps-office-free.nuspec index e4466e10381..cce28ab72ee 100644 --- a/automatic/wps-office-free/wps-office-free.nuspec +++ b/automatic/wps-office-free/wps-office-free.nuspec @@ -3,7 +3,7 @@ wps-office-free - 11.2.0.9984 + 11.2.0.10017 WPS Office Free chocolatey-community Kingsoft Software