diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index ff648f5079f..f044da092b2 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "0.70.117", - "beta": "0.71.95-beta" + "beta": "0.71.96-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 01bbe1ab582..577f014e46f 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 0.70.117 - Brave Browser + 0.71.96-beta + Brave Browser (Beta) - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.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 759fe66617d..e3ba23ded25 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/v0.70.117/BraveBrowserStandaloneSilentSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v0.70.117/BraveBrowserStandaloneSilentSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v0.71.96/BraveBrowserSilentBetaSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v0.71.96/BraveBrowserSilentBetaSetup.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: BE050909952628BDBA1A669DC8008D78F2DD67281CE4E21408EB5130FCC09E7C -checksum64: DB77974AF7681DA0111518EC45087A219798BF1695686DF35E2A7A16D89D62D5 +checksum32: BEA5A917852A700E6B42B8E3337AE8FA5F89482DC5C2A302AC4A7EF1F6CB046D +checksum64: 3D30D0B3C12A4F6BA3496AD9A1CF288DA44BECC06F06C847F0E3DB5C11B3565B 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 49732cde894..ff4f809bc90 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsDir\BraveBrowserStandaloneSilentSetup32.exe" - file64 = "$toolsDir\BraveBrowserStandaloneSilentSetup.exe" + file = "$toolsDir\BraveBrowserSilentBetaSetup32.exe" + file64 = "$toolsDir\BraveBrowserSilentBetaSetup.exe" } Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index e2734383e20..72c4f166471 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 78.0.3904.50-beta + 78.0.3904.63-beta Google Chrome Beta chocolatey,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 4efd319257c..7d1ca10f599 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '78.0.3904.50-beta' +$version = '78.0.3904.63-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = 'f68616d928869e31f5e27f43ab26391ed6c9fb613b974697c306bd8f033b33ce' - checksum64 = '93b93fbd7a27b6de27d378c2e4c27510c09c2266a79da0ab2af6b4beed627cd5' + checksum = '885b052e2ec4ecb8082c036f2d487f0efce0fb361678dd0acaa042a6f6e3a464' + checksum64 = '95474e46193b58a19792b1a51caa73cb4dd0f33dbe97386b4b511ca040872adc' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/keeweb/keeweb.nuspec b/automatic/keeweb/keeweb.nuspec index a1664049a61..a55aad993af 100644 --- a/automatic/keeweb/keeweb.nuspec +++ b/automatic/keeweb/keeweb.nuspec @@ -6,7 +6,7 @@ keeweb KeeWeb - 1.11.9 + 1.11.10 antelle wget Free cross-platform password manager compatible with KeePass diff --git a/automatic/keeweb/legal/VERIFICATION.txt b/automatic/keeweb/legal/VERIFICATION.txt index 8bddc796b55..f12cfd082f4 100644 --- a/automatic/keeweb/legal/VERIFICATION.txt +++ b/automatic/keeweb/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page - 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: 396097922AED6C1EEFF569E1DDF4D2E1A645D716C69E9926368080C561B9B14F - checksum64: 6E296861CA3CA530E3BE8AD580C8CF10C8B06EB3CB3D9A78F41DF0911BC0B568 + checksum32: 9D4E797898D59F8DDE3E90BE273137E01683CD14843C11F8C836A50153EA69E8 + checksum64: 912B95F9A97BD823C9D65BE62E2D430C70C3B862BB4D706C014816ECEBA8DD3E File 'LICENSE.txt' is obtained from diff --git a/automatic/keeweb/tools/chocolateyInstall.ps1 b/automatic/keeweb/tools/chocolateyInstall.ps1 index 71b87e3297b..b796d4d49ec 100644 --- a/automatic/keeweb/tools/chocolateyInstall.ps1 +++ b/automatic/keeweb/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'keeweb' fileType = 'exe' - file = "$toolsPath\KeeWeb-1.11.9.win.ia32.exe" - file64 = "$toolsPath\KeeWeb-1.11.9.win.x64.exe" + file = "$toolsPath\KeeWeb-1.11.10.win.ia32.exe" + file64 = "$toolsPath\KeeWeb-1.11.10.win.x64.exe" softwareName = 'keeweb*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/python3/legal/VERIFICATION.txt b/automatic/python3/legal/VERIFICATION.txt index 88acef9435c..b428082b639 100644 --- a/automatic/python3/legal/VERIFICATION.txt +++ b/automatic/python3/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://www.python.org/ftp/python/3.8.0/python-3.8.0.exe - x64: https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe + x32: https://www.python.org/ftp/python/3.7.5/python-3.7.5.exe + x64: https://www.python.org/ftp/python/3.7.5/python-3.7.5-amd64.exe to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: B471908DE5E10D8FB5C3351A5AFFB1172DA7790C533E0C9FFBAEEC9C11611B15 - checksum64: A9BBC6088A3E4C7112826E21BFEE6277F7B6D93259F7C57176139231BB7071E4 + checksum32: 3C2AE8F72B48E6E0C2B482206E322BF5D0344FF91ABC3B3C200CEC9E275C7168 + checksum64: F3D60C127E7A92ED547EFA3321BF70CD96B75C53BF4B903147015257C1314981 File 'license.txt' is obtained from: https://www.python.org/download/releases/3.4.0/license/ diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index a9187a78381..0d3dd832490 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -6,6 +6,6 @@ "3.4": "3.4.4.20180111", "3.5": "3.5.4", "3.6": "3.6.8-rc1", - "3.7": "3.7.4", + "3.7": "3.7.5", "3.8": "3.8.0" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index 793a9ed5864..d14979aa7d8 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.8.0 + 3.7.5 Python 3.x chocolatey Python Software Foundation diff --git a/automatic/python3/tools/chocolateyInstall.ps1 b/automatic/python3/tools/chocolateyInstall.ps1 index 057e6f635ed..13b0c808a25 100644 --- a/automatic/python3/tools/chocolateyInstall.ps1 +++ b/automatic/python3/tools/chocolateyInstall.ps1 @@ -13,8 +13,8 @@ if ( $pp.InstallDir ) { $packageArgs = @{ packageName = 'python3' fileType = 'exe' - file = "$toolsPath\python-3.8.0.exe" - file64 = "$toolsPath\python-3.8.0-amd64.exe" + file = "$toolsPath\python-3.7.5.exe" + file64 = "$toolsPath\python-3.7.5-amd64.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir validExitCodes = @(0) softwareName = 'Python*' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 7985f994c6a..e42cfa01da2 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: 8DA87BFE56703ED89947CD498E89201846958D73CC34CD21A81ADCAC83BD41D5 - checksum64: CAA5C76E57E69728A124E66A3A674E24AFFE8694792D6CBC11ACC943F201D333 + checksum32: 2C9298A53CFBAB58BB2D0593B12444AD7CB9803A611054281D727869C3ABE9EC + checksum64: F1077536523EDB45DE16D405C7EF94AF02CBA374652AAF72411ECEBAB8F819EF diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 0eb683041e2..ee55359cd40 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.1.2152_x86.zip" - file64 = "$toolsDir\gvim_8.1.2152_x64.zip" + file = "$toolsDir\gvim_8.1.2168_x86.zip" + file64 = "$toolsDir\gvim_8.1.2168_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 3cf2840413b..bed0e15e550 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.1.2152 + 8.1.2168 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.