diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 1a9a791af28..458616eeb0b 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.1.21", + "stable": "1.1.22", "beta": "1.2.27-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 2c7a50cdb3d..06584ed88e7 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.2.27-beta - Brave Browser (Beta) + 1.1.22 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index dc85bf79d60..fb9501bd209 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li 1. Download the following installer(s): -x86: https://github.com/brave/brave-browser/releases/download/v1.2.27/BraveBrowserSilentBetaSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.2.27/BraveBrowserSilentBetaSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.1.22/BraveBrowserStandaloneSilentSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.1.22/BraveBrowserStandaloneSilentSetup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 -checksum32: 7865167E1797572B59568A1F32CD28A9FC77B9E461B414C71581A694FF758A8B -checksum64: 17E7EEC158A143D8B1097E8ABCF69845399579D63CAF06346D3CB642FCADF0B1 +checksum32: 416A74531F919F2CAD55A04B017FD5409D50D1A49603AA92B925DF8C92CA8F2D +checksum64: 79651EAF87247D8A2673F0B7C68B10C1C18B3E787317FF771A5B71239DC979DE The included 'LICENSE.txt' file have been obtained from: https://github.com/brave/brave-browser/blob/master/LICENSE diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index ff4f809bc90..49732cde894 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsDir\BraveBrowserSilentBetaSetup32.exe" - file64 = "$toolsDir\BraveBrowserSilentBetaSetup.exe" + file = "$toolsDir\BraveBrowserStandaloneSilentSetup32.exe" + file64 = "$toolsDir\BraveBrowserStandaloneSilentSetup.exe" } Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index f727ccd2ea0..1edf1a33367 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -6,6 +6,6 @@ "3.12": "3.12.4", "3.13": "3.13.4", "3.14": "3.14.7", - "3.15": "3.15.5", + "3.15": "3.15.6", "3.16": "3.16.1" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 00c0e46e716..bcb8085de43 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.16.1 + 3.15.6 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.install chocolatey, dtgm CMake (Install) diff --git a/automatic/cmake.install/legal/VERIFICATION.txt b/automatic/cmake.install/legal/VERIFICATION.txt index 4369a02cf2a..5f2930dcd78 100644 --- a/automatic/cmake.install/legal/VERIFICATION.txt +++ b/automatic/cmake.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: F68AFE0BE0A7C99BD3CB029607D3E3A5002D49FF2D407652BD4501BBF8411957 - checksum64: C99E6B0AC8C48D913F268F4C3D82328AE3F816C1FFAAA7FC648F4C5C9D0D7977 + checksum32: 522BF7B9F0514A00EE99565ED1A14C38B353F2EB8927D16F30F8644ECA956433 + checksum64: 5B9BF2C7BF59A4C92BD459C0AC23B9B4E0CA1504B82A68915DE0EFFCAC9EAB67 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.install/tools/chocolateyInstall.ps1 b/automatic/cmake.install/tools/chocolateyInstall.ps1 index e78f3db8aea..b502b9ac4e2 100644 --- a/automatic/cmake.install/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\cmake-3.16.1-win32-x86.msi" - file64 = "$toolsPath\cmake-3.16.1-win64-x64.msi" + file = "$toolsPath\cmake-3.15.6-win32-x86.msi" + file64 = "$toolsPath\cmake-3.15.6-win64-x64.msi" softwareName = 'CMake' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/cmake.portable/cmake.portable.json b/automatic/cmake.portable/cmake.portable.json index 0aa5792417e..722f8aaa6b2 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -6,6 +6,6 @@ "3.12": "3.12.3", "3.13": "3.13.4", "3.14": "3.14.7", - "3.15": "3.15.5", + "3.15": "3.15.6", "3.16": "3.16.1" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index c9b1c20b831..5894fe00493 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.16.1 + 3.15.6 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable chocolatey, dtgm CMake (Portable) diff --git a/automatic/cmake.portable/legal/VERIFICATION.txt b/automatic/cmake.portable/legal/VERIFICATION.txt index dc194b6c0e2..e040667c4f0 100644 --- a/automatic/cmake.portable/legal/VERIFICATION.txt +++ b/automatic/cmake.portable/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: 34F9FBCE77BF2E6CD6E8E4752F0FEDBB767A2034209C6A7FE7BE45506EDC69AF - checksum64: DD00F6E7D7EE7DC5D7F17B915181C6DF8026946C82D7E03B0082F10A09F7D44A + checksum32: F33DA8AD3B9BA2257CA1FDDC586DE5395A1B9FD4945A70E1122BA829EC4390F2 + checksum64: 2241E2C766F82277619F19E1FD350C1370C455B68C09BDF96818E9CE1D3F8BA2 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.portable/tools/chocolateyInstall.ps1 b/automatic/cmake.portable/tools/chocolateyInstall.ps1 index 39845816eee..9ba5bbea7ed 100644 --- a/automatic/cmake.portable/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\cmake-3.16.1-win32-x86.zip" - file64 = "$toolsPath\cmake-3.16.1-win64-x64.zip" + file = "$toolsPath\cmake-3.15.6-win32-x86.zip" + file64 = "$toolsPath\cmake-3.15.6-win64-x64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index 588035b862f..2d370241d47 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -6,6 +6,6 @@ "3.12": "3.12.2", "3.13": "3.13.5", "3.14": "3.14.7", - "3.15": "3.15.5", + "3.15": "3.15.6", "3.16": "3.16.1" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index 1762b99efbe..1694bec7eca 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.16.1 + 3.15.6 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake chocolatey, dtgm CMake @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'` * [News](https://blog.kitware.com/tag/CMake/) * [Changelog](https://www.cmake.org/download/#latest) - + diff --git a/automatic/cygwin/cygwin.nuspec b/automatic/cygwin/cygwin.nuspec index a57e5b77367..cf2a12cc3a4 100644 --- a/automatic/cygwin/cygwin.nuspec +++ b/automatic/cygwin/cygwin.nuspec @@ -4,7 +4,7 @@ Cygwin Cygwin - 3.0.7.20191022 + 3.1.0 Red Hat, Inc. Chocolatey A Linux environment for Windows. @@ -39,7 +39,7 @@ Example: `choco install cygwin --params "/InstallDir:C:\your\install\path /NoSta false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@c8d48758cdc18d43e6c1525824720377c8b9ba24/icons/Cygwin.png -[Software Changelog](https://cygwin.com/ml/cygwin-announce/2019-04/msg00030.html) +[Software Changelog](https://cygwin.com/ml/cygwin-announce/2019-12/msg00015.html) [Package Changelog](https://github.com/chocolatey/chocolatey-coreteampackages/blob/master/automatic/cygwin/Changelog.md) https://cygwin.com/lists.html diff --git a/automatic/sourcetree/sourcetree.nuspec b/automatic/sourcetree/sourcetree.nuspec index 211f45a063b..e9fc3fce1e6 100644 --- a/automatic/sourcetree/sourcetree.nuspec +++ b/automatic/sourcetree/sourcetree.nuspec @@ -4,7 +4,7 @@ sourcetree Sourcetree for Windows Enterprise - 3.2.6 + 3.3.6 Atlassian chocolatey http://www.sourcetreeapp.com @@ -47,7 +47,7 @@ Sourcetree simplifies how you interact with your Git repositories so you can foc - Does not prompt to install global ignore files. - Update notifications are disabled. ]]> - https://product-downloads.atlassian.com/software/sourcetree/windows/ga/ReleaseNotes_3.2.6.html + https://product-downloads.atlassian.com/software/sourcetree/windows/ga/ReleaseNotes_3.3.6.html git mercurial client admin freeware cross-platform diff --git a/automatic/sourcetree/tools/chocolateyInstall.ps1 b/automatic/sourcetree/tools/chocolateyInstall.ps1 index 2559241a5f4..2a5ab4d146f 100644 --- a/automatic/sourcetree/tools/chocolateyInstall.ps1 +++ b/automatic/sourcetree/tools/chocolateyInstall.ps1 @@ -15,8 +15,8 @@ $packageArgs = @{ fileType = 'msi' silentArgs = "/qn /norestart ACCEPTEULA=1 /l*v `"$env:TEMP\$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.log`"" validExitCodes= @(0,1641,3010) - url = 'https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.2.6.msi' - checksum = 'c8b34688d7f69185b41f9419d8c65d63a2709d9ec59752ce8ea57ee6922cbba4' + url = 'https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.3.6.msi' + checksum = 'f62d6498fd4433ee55bee7e9dc0af452bed990ae39b3badd9de64a38b3e39dcf' checksumType = 'sha256' url64bit = '' checksum64 = '' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 65d41f96726..2430096d7a8 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: D90EAC249889B15D0A4205F340407011250431D565E530D50936BB87F0BDE13C - checksum64: A4FA911F8568E2C86F3EE7B16E9458C86F01CB6FE1C81CB72DBAA4712069B43B + checksum32: 9E25AAF37A39E6DAE2B7224DF89B0222D8B429F19A885FCA09DA56ECF2953FF1 + checksum64: 23559B0AAF87EC164E8C17E255B727C0D10DBCB9996F5DF9C79B1B85E3B67411 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 0abd697994b..ea35435851e 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.0012_x86.zip" - file64 = "$toolsDir\gvim_8.2.0012_x64.zip" + file = "$toolsDir\gvim_8.2.0014_x86.zip" + file64 = "$toolsDir\gvim_8.2.0014_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index d621b556b8f..91a24037832 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.0012 + 8.2.0014 Bram Moolenaar, Vim Community chocolatey, Rob Reynolds, matsuhav Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.