From 7de05b16d4f3ca18b452c0719ec7576ad1d2461b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 14 Dec 2022 18:15:13 +0000 Subject: [PATCH] AU: 5 updated - 360ts ccleaner dropbox musescore nodejs [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/023e8af44cd4dd6639b92e4a99a9749a93cfb9f7 --- automatic/360ts/360ts.json | 2 +- automatic/360ts/360ts.nuspec | 2 +- automatic/360ts/tools/chocolateyInstall.ps1 | 4 ++-- automatic/ccleaner/ccleaner.nuspec | 2 +- automatic/ccleaner/tools/chocolateyInstall.ps1 | 4 ++-- automatic/dropbox/dropbox.json | 4 ++-- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- automatic/musescore/README.md | 2 +- automatic/musescore/legal/VERIFICATION.txt | 4 ++-- automatic/musescore/musescore.nuspec | 8 ++++---- automatic/musescore/tools/chocolateyInstall.ps1 | 2 +- automatic/nodejs/nodejs.json | 2 +- automatic/nodejs/nodejs.nuspec | 4 ++-- 14 files changed, 26 insertions(+), 26 deletions(-) diff --git a/automatic/360ts/360ts.json b/automatic/360ts/360ts.json index a5655fd275e..da77e38cbb7 100644 --- a/automatic/360ts/360ts.json +++ b/automatic/360ts/360ts.json @@ -1,4 +1,4 @@ { - "ts": "10.8.0.1517", + "ts": "10.8.0.1520", "tse": "8.8.0.1119" } diff --git a/automatic/360ts/360ts.nuspec b/automatic/360ts/360ts.nuspec index 31e0dd8cbea..5f66cf6e0bc 100644 --- a/automatic/360ts/360ts.nuspec +++ b/automatic/360ts/360ts.nuspec @@ -3,7 +3,7 @@ 360ts - 10.8.0.1517 + 10.8.0.1520 360 Total Security Qihu 360 Software chocolatey-community,adgellida diff --git a/automatic/360ts/tools/chocolateyInstall.ps1 b/automatic/360ts/tools/chocolateyInstall.ps1 index ddefc516e9d..495539b2e72 100644 --- a/automatic/360ts/tools/chocolateyInstall.ps1 +++ b/automatic/360ts/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $packageArgs = @{ packageName = '360ts' fileType = 'exe' - url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1517.exe' - checksum = 'e862ed9b1d48ccf3261b64206a51f5c57b7f632769bccfb813464f2bfe586556' + url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1520.exe' + checksum = 'a9e1b9bc84f9d7f1a9de4a81865dc9bb21a8ef3d1a799c19627dd203aae9585f' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/ccleaner/ccleaner.nuspec b/automatic/ccleaner/ccleaner.nuspec index 20e6b2ff705..c840d8d14f0 100644 --- a/automatic/ccleaner/ccleaner.nuspec +++ b/automatic/ccleaner/ccleaner.nuspec @@ -4,7 +4,7 @@ ccleaner CCleaner - 6.06.10144 + 6.07.10191 Piriform chocolatey-community,maartenba, tonigellida diff --git a/automatic/ccleaner/tools/chocolateyInstall.ps1 b/automatic/ccleaner/tools/chocolateyInstall.ps1 index 939c5662c03..7cf0c90f17f 100644 --- a/automatic/ccleaner/tools/chocolateyInstall.ps1 +++ b/automatic/ccleaner/tools/chocolateyInstall.ps1 @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'EXE' - url = 'https://download.ccleaner.com/ccsetup606.exe' - checksum = 'F7AA15255B2E6CE57E682F82FE70732A45E6CF204CFC7B04EB6F2D2245363522' + url = 'https://download.ccleaner.com/ccsetup607.exe' + checksum = 'C24F65B248F58D01A7BC4ADD3B7030B21D66CBD81012D1EA98DF4FD47C9FF6E8' checksumType = 'sha256' silentArgs = "/S $locale" validExitCodes = @(0) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index b9a10f9dd0e..e5f7c49da42 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "163.3.5448-beta", - "stable": "162.4.5419" + "beta": "164.3.7891-beta", + "stable": "163.4.5456" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 582c71d4b70..ebb1e256f18 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 163.3.5448-beta + 163.4.5456 Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index d29730ca214..02e04c0416b 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '163.3.5448' +$version = '163.4.5456' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20163.3.5448%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20163.3.5448%20Offline%20Installer.x64.exe' - checksum = '0e1f119dce9485e2523fb76be2e34f70a1ba011db9ad2f7b68a0743c21fda545' - checksum64 = '8c1aa01ef9b8162a54022e9fba62c1cacb287ffebd6221d8cb8c3b7f552cf8ea' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20163.4.5456%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20163.4.5456%20Offline%20Installer.x64.exe' + checksum = 'f6aa1826bd687b7ae2c2b549ef0fa65bfe97a05bb8a57d05c4a5ed1cc92663a2' + checksum64 = '157a1b9c2fa37d502874420bbf954110c81a9a5683b29b77cf0769a57dbcfc93' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/musescore/README.md b/automatic/musescore/README.md index db167d61f98..be29fc578d8 100644 --- a/automatic/musescore/README.md +++ b/automatic/musescore/README.md @@ -1,4 +1,4 @@ -# [musescore](https://chocolatey.org/packages/musescore) +# [musescore](https://chocolatey.org/packages/musescore) Create beautiful sheet music for free using MuseScore, the free and open source notation program! diff --git a/automatic/musescore/legal/VERIFICATION.txt b/automatic/musescore/legal/VERIFICATION.txt index 471cad48c95..b9b430e85a7 100644 --- a/automatic/musescore/legal/VERIFICATION.txt +++ b/automatic/musescore/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: FA3CA0F8CC5B0E8B0C0BB8EF11E227B9B27B2A5C9DA28DAB58BAFCBB0EB657D0 + checksum: 1CB7EA85DCD9B4A6AF848729C16E462C25133CE58E7D2E6A93B57DDF6BE418F7 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/musescore/musescore.nuspec b/automatic/musescore/musescore.nuspec index c66aaa72b76..c7b34d02c85 100644 --- a/automatic/musescore/musescore.nuspec +++ b/automatic/musescore/musescore.nuspec @@ -3,13 +3,13 @@ musescore - 3.6.2.548021803 + 4.0.0 MuseScore chocolatey-community MuseScore developers https://github.com/musescore/MuseScore/blob/master/LICENSE.GPL https://musescore.org/en - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/musescore.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/musescore.svg false Free music composition & notation software - https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3 + https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-4 MuseScore BVBA https://musescore.org/en/forum https://musescore.org/en/project/issues/musescore https://musescore.org/en/handbook musescore music cross-platform foss composition notation sheet admin - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/musescore + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/musescore https://github.com/musescore/MuseScore diff --git a/automatic/musescore/tools/chocolateyInstall.ps1 b/automatic/musescore/tools/chocolateyInstall.ps1 index 816574e6e47..dec7c99ad4f 100644 --- a/automatic/musescore/tools/chocolateyInstall.ps1 +++ b/automatic/musescore/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\MuseScore-3.6.2.548021803-x86_64.msi" + file = "$toolsPath\MuseScore-4.0.0-x86_64.msi" softwareName = 'MuseScore*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 2010, 1641) diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 9a2172107d1..c26d17bb075 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -14,5 +14,5 @@ "16": "16.19.0", "17": "17.9.1", "18": "18.12.1", - "19": "19.2.0" + "19": "19.3.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index 52578d1ccd9..8799aaee9b5 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 16.19.0 + 19.3.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - +