From 031200def98c0d2aeed73e79b3f9033e68bd1fb7 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 17 Nov 2022 22:13:09 +0000 Subject: [PATCH] AU: 6 updated - chromium dropbox julia notepadplusplus notepadplusplus.commandline notepadplusplus.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/54ad6a53b161753195a6fee8ba9aa5447acbc710 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 12 ++++++------ automatic/julia/julia.nuspec | 4 ++-- automatic/julia/legal/VERIFICATION.txt | 8 ++++---- automatic/julia/tools/chocolateyinstall.ps1 | 6 +++--- .../legal/VERIFICATION.txt | 8 ++++---- .../notepadplusplus.commandline.nuspec | 3 ++- .../tools/chocolateyInstall.ps1 | 4 ++-- .../notepadplusplus.install/legal/VERIFICATION.txt | 8 ++++---- .../notepadplusplus.install.nuspec | 3 ++- .../tools/chocolateyInstall.ps1 | 4 ++-- automatic/notepadplusplus/notepadplusplus.nuspec | 6 +++--- 17 files changed, 43 insertions(+), 41 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 10e4db023c9..d788f0f26e6 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "110.0.5424.0-snapshots", + "snapshots": "110.0.5425.0-snapshots", "stable": "107.0.5304.88" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 09f6ef5bc59..84cf31f86a7 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 110.0.5424.0-snapshots + 110.0.5425.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index dbdd73a3bcb..631eefaf336 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: FA3FEB037A5C3EC9D73877A3D40AC48A4EBD3AF732D2E48796D87A791CF9509E - checksum64: 83D868E14CE19173CDD72E6551717AA1CF07FCB4DBDFAE669D309BBC5E358B5E + checksum32: BD179D160722EFA77CA5A4DB09038E51EF66F973EB15FA628F789DF90FF32636 + checksum64: 96D187627CDB475E13BA4DC6583B3186B87BE2C3482B9506080CF64DC72C6BD4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 62cb0832172..7964a068533 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 = "110.0.5424.0-snapshots" +$version = "110.0.5425.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 0987e722c37..56af77520b2 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "162.3.5368-beta", + "beta": "162.3.5401-beta", "stable": "161.4.4923" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 25b53791fab..f5b00a22375 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 162.3.5368-beta + 162.3.5401-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 06433ad14a3..8fff7d236b2 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '162.3.5368' +$version = '162.3.5401' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,13 +13,13 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20162.3.5368%20Offline%20Installer.x86.exe' - url64 = '' - checksum = 'ca55cc7b54e7087a4dcf5eead4e41c33ffbd6248ab2fb8aa8259afe0777f9d21' - checksum64 = '' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20162.3.5401%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20162.3.5401%20Offline%20Installer.x64.exe' + checksum = '68fc8d6728acda0e3901b88e9f69a4f96024bb32fd03591b3a08507346792e06' + checksum64 = 'a967d1c4ee8cf9ff9c86ad21e2ec1062d5c77d72449008c0d40b327a4ff32f0f' fileType = 'exe' checksumType = 'sha256' - checksumType64 = '' + checksumType64 = 'sha256' silentArgs = '/s' validExitCodes = @(0, 1641, 3010) } diff --git a/automatic/julia/julia.nuspec b/automatic/julia/julia.nuspec index 58e6d597043..2d3ee88e200 100644 --- a/automatic/julia/julia.nuspec +++ b/automatic/julia/julia.nuspec @@ -2,13 +2,13 @@ julia - 1.8.2 + 1.8.3 Julia programming language Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah, Julia contributors chocolatey-community, FlorianRappl, drel https://github.com/JuliaLang/julia/blob/master/LICENSE.md https://julialang.org - https://github.com/JuliaLang/julia/releases/tag/v1.8.2 + https://github.com/JuliaLang/julia/releases/tag/v1.8.3 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/julia https://github.com/JuliaLang/julia http://docs.julialang.org/ diff --git a/automatic/julia/legal/VERIFICATION.txt b/automatic/julia/legal/VERIFICATION.txt index ba64b74ca1e..956eb6961cb 100644 --- a/automatic/julia/legal/VERIFICATION.txt +++ b/automatic/julia/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the Julia download page on - 64-bit installer: + 32-bit installer: + 64-bit installer: 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: 9497B372439A75EEAEB0C51521802E6CF9113C673B0483A426206C9235C0FD0F - checksum64: 248AF521126DCF25364ABE9E6BB875DF836DA232B9408E49DCDBFE8105054557 + checksum32: 725669EA9C380DC0688D99D23F09607A2F82EDB4AC028865767C52D3FBE93B49 + checksum64: 1E5CC98BF83028809F6E37D205DF660E3FB27D35E95C88944C1106A6710CD909 File 'LICENSE.txt' is obtained from diff --git a/automatic/julia/tools/chocolateyinstall.ps1 b/automatic/julia/tools/chocolateyinstall.ps1 index 104d493edeb..f9a9a272a6f 100644 --- a/automatic/julia/tools/chocolateyinstall.ps1 +++ b/automatic/julia/tools/chocolateyinstall.ps1 @@ -5,15 +5,15 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\julia-1.8.2-win32.exe" - file64 = "$toolsDir\julia-1.8.2-win64.exe" + file = "$toolsDir\julia-1.8.3-win32.exe" + file64 = "$toolsDir\julia-1.8.3-win64.exe" softwareName = 'Julia*' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' validExitCodes= @(0) } -$packageVersion = "1.8.2" +$packageVersion = "1.8.3" Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/notepadplusplus.commandline/legal/VERIFICATION.txt b/automatic/notepadplusplus.commandline/legal/VERIFICATION.txt index ccd22c7479d..cea0794adca 100644 --- a/automatic/notepadplusplus.commandline/legal/VERIFICATION.txt +++ b/automatic/notepadplusplus.commandline/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on <> 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: 558EB7F73F39372FF296952FE024D1569D071BA83AF7BA59E1D5321F2E95E2F6 - checksum64: 7DFC7A301A0D890726269EC4AC4B2200BD328EA879E660CCFB921735E32670B8 + checksum32: 81D1190B9EB0A0A2A536A1557DD55D33F124445297396D599EBC79DF2A7833FE + checksum64: A39AAAA8DA2DB073A357F1081572A446E0963BA0C12557AEA4699B113CBEEEE2 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/notepadplusplus.commandline/notepadplusplus.commandline.nuspec b/automatic/notepadplusplus.commandline/notepadplusplus.commandline.nuspec index 9679cc557b4..99675362250 100644 --- a/automatic/notepadplusplus.commandline/notepadplusplus.commandline.nuspec +++ b/automatic/notepadplusplus.commandline/notepadplusplus.commandline.nuspec @@ -4,7 +4,7 @@ notepadplusplus.commandline Notepad++ (Portable, CommandLine) - 8.4.5 + 8.4.7 Don Ho chocolatey-community Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. @@ -36,6 +36,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a * Starting in v8.3.3.20220321 and above the Notepad++ process will be closed during upgrade and uninstalls. This may in rare cases result in data loss if there are unsaved text files open. Make sure all files are saved before upgrading or uninstalling this package. +* **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> https://notepad-plus-plus.org/ notepad notepadplusplus notepad-plus-plus editor text development foss diff --git a/automatic/notepadplusplus.commandline/tools/chocolateyInstall.ps1 b/automatic/notepadplusplus.commandline/tools/chocolateyInstall.ps1 index 85b7889ac75..5c7117e899d 100644 --- a/automatic/notepadplusplus.commandline/tools/chocolateyInstall.ps1 +++ b/automatic/notepadplusplus.commandline/tools/chocolateyInstall.ps1 @@ -9,8 +9,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\npp.8.4.5.portable.7z" - file64 = "$toolsPath\npp.8.4.5.portable.x64.7z" + file = "$toolsPath\npp.8.4.7.portable.7z" + file64 = "$toolsPath\npp.8.4.7.portable.x64.7z" destination = $toolsPath } diff --git a/automatic/notepadplusplus.install/legal/VERIFICATION.txt b/automatic/notepadplusplus.install/legal/VERIFICATION.txt index 66428de705c..64d73a599a8 100644 --- a/automatic/notepadplusplus.install/legal/VERIFICATION.txt +++ b/automatic/notepadplusplus.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on <> 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: 71C8BEB31074C53A59927F1874F0CCE19BED8FD3BE9EDD93164511EB717C581C - checksum64: 69C679D75BD877E0A66697D6D04F24A7E9F136A117B7B5022BE8536A2734924D + checksum32: FF623F0A7683124AAB9628270A5B093A5F89735C9BC5E82EC218AF1B288CEF5A + checksum64: 515D2C71ECE7C4C7432794B9E1BB6FCF60FDAA2E499744C09AF113C65D6DBB68 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/notepadplusplus.install/notepadplusplus.install.nuspec b/automatic/notepadplusplus.install/notepadplusplus.install.nuspec index e5899ce337f..fbef887023e 100644 --- a/automatic/notepadplusplus.install/notepadplusplus.install.nuspec +++ b/automatic/notepadplusplus.install/notepadplusplus.install.nuspec @@ -4,7 +4,7 @@ notepadplusplus.install Notepad++ (Install) - 8.4.5 + 8.4.7 Don Ho chocolatey-community Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. @@ -36,6 +36,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a * Starting in v8.3.3.20220321 and above the Notepad++ process will be closed during install, upgrade and uninstalls. This may in rare cases result in data loss if there are unsaved text files open. Make sure all files are saved before installing, upgrading or uninstalling this package. +* **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> https://notepad-plus-plus.org/ notepad notepadplusplus notepad-plus-plus editor text development foss diff --git a/automatic/notepadplusplus.install/tools/chocolateyInstall.ps1 b/automatic/notepadplusplus.install/tools/chocolateyInstall.ps1 index f46e49b1f7b..6c6b27b8fc5 100644 --- a/automatic/notepadplusplus.install/tools/chocolateyInstall.ps1 +++ b/automatic/notepadplusplus.install/tools/chocolateyInstall.ps1 @@ -21,8 +21,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\npp.8.4.5.Installer.exe" - file64 = "$toolsPath\npp.8.4.5.Installer.x64.exe" + file = "$toolsPath\npp.8.4.7.Installer.exe" + file64 = "$toolsPath\npp.8.4.7.Installer.x64.exe" softwareName = 'Notepad\+\+*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/notepadplusplus/notepadplusplus.nuspec b/automatic/notepadplusplus/notepadplusplus.nuspec index 15aefd57988..bfd869f80a1 100644 --- a/automatic/notepadplusplus/notepadplusplus.nuspec +++ b/automatic/notepadplusplus/notepadplusplus.nuspec @@ -4,7 +4,7 @@ notepadplusplus Notepad++ - 8.4.5 + 8.4.7 Don Ho chocolatey-community Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. @@ -33,7 +33,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a ## Notes - To force the installation of x32 version, use the `--x86` argument with `choco install`. - +- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> https://notepad-plus-plus.org/ notepad notepadplusplus notepad-plus-plus editor text development foss @@ -44,7 +44,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a https://notepad-plus-plus.org/community/ https://github.com/notepad-plus-plus/notepad-plus-plus/issues - + https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE