diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 92ff2fa6680..0a4d9229cef 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "86.0.4218.0-snapshots", + "snapshots": "86.0.4222.0-snapshots", "stable": "84.0.4147.105" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 29e549e72b4..f3cfeea1b2f 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 84.0.4147.105 - Chromium + 86.0.4222.0-snapshots + Chromium Snapshots chocolatey The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 9c9230a1c2d..999aea9cf7e 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: FD221FDAE36335FB268DA9315B3AA2860B81EA263FF3C70EEED20EE4FFF55B57 - checksum64: 94C2DD25DE0D11006DB6039FA7FB66376F382D576496A693C0B635C6DDD92E3A + checksum32: 0A1C009184D7742588AA6F2C3879A8BB81D3AC99AA7E11283691783E2BADEC77 + checksum64: D4A64564455B318B85E8739F882DFA1A4A04727DBB2DDD6B29635BAD574A3F8D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index dc6b74e1485..ce2e3461327 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 = "84.0.4147.105" +$version = "86.0.4222.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/julia/julia.nuspec b/automatic/julia/julia.nuspec index 40a36533417..f14db134165 100644 --- a/automatic/julia/julia.nuspec +++ b/automatic/julia/julia.nuspec @@ -2,13 +2,13 @@ julia - 1.4.2 + 1.5.0 Julia programming language Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah, Julia contributors chocolatey, FlorianRappl, drel https://github.com/JuliaLang/julia/blob/master/LICENSE.md https://julialang.org - https://github.com/JuliaLang/julia/releases/tag/v1.4.2 + https://github.com/JuliaLang/julia/releases/tag/v1.5.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/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 7ed06df5474..78b73cca646 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: B9727A85A87531604C11E6574E55992858CB6A342CD5E0661BC31EA1E7BDD267 - checksum64: 9775AA53F711167522FF4681F055D2ED8DC8682C99C28EB88C324AC766D0AEBD + checksum32: 7A62C9AA5689F6A07E27F10D6C30CA3736BDCB6E42F0AB1895CB426FC8995B04 + checksum64: 4E7A488F81BEC527D333F8F212EDE0888297EFA4C3596230D967B083A9C776BE File 'LICENSE.txt' is obtained from diff --git a/automatic/julia/tools/chocolateyinstall.ps1 b/automatic/julia/tools/chocolateyinstall.ps1 index 86080d9b3ec..ccbfc5e27a2 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.4.2-win32.exe" - file64 = "$toolsDir\julia-1.4.2-win64.exe" + file = "$toolsDir\julia-1.5.0-win32.exe" + file64 = "$toolsDir\julia-1.5.0-win64.exe" softwareName = 'Julia*' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' validExitCodes= @(0) } -$packageVersion = "1.4.2" +$packageVersion = "1.5.0" Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index e3308cb0970..e217afc4b1a 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 5.5.1 + 5.5.2 Martin Donath chocolatey http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index ad7292f24fb..b5bc31888c3 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '5.5.1' +$version = '5.5.2' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/skype/skype.nuspec b/automatic/skype/skype.nuspec index a4b1b50c2dd..2f038b9cf69 100644 --- a/automatic/skype/skype.nuspec +++ b/automatic/skype/skype.nuspec @@ -3,7 +3,7 @@ skype Skype - 8.62.0.83 + 8.63.0.76 Microsoft chocolatey,Rob Reynolds Skype - VOIP diff --git a/automatic/skype/tools/chocolateyInstall.ps1 b/automatic/skype/tools/chocolateyInstall.ps1 index 3f31469d358..a2fd9c4450a 100644 --- a/automatic/skype/tools/chocolateyInstall.ps1 +++ b/automatic/skype/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Skype*' - url = 'https://download.skype.com/s4l/download/win/Skype-8.62.0.83.exe' - checksum = '2eed3146a5a6a6794fc6da57a32df0037f0e5299f1de09ee8a29bb105c51d63c' + url = 'https://download.skype.com/s4l/download/win/Skype-8.63.0.76.exe' + checksum = 'cca3d4929a32087b9953b5845ca6b0b76385e47ccaa6f7ec869ac7b95e92bfbb' checksumType = 'sha256' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)