diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 26938503aa4..c36dd8714f7 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 36.4.22 + 37.4.29 Dropbox Dropbox chocolatey,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 5b08ed81da0..40909a0b273 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox*" - url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2036.4.22%20Offline%20Installer.exe' - checksum = 'a56aa3f0264f4674086f6337986a958e05b44704ee126d6857e355119804b5c3' + url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2037.4.29%20Offline%20Installer.exe' + checksum = '6c2dbdf04c9ade998afc6f126974e6c25b7e0bb0b8b3c80d0170aaafb80eb1a4' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/git-lfs.install/git-lfs.install.nuspec b/automatic/git-lfs.install/git-lfs.install.nuspec index d5f354b6732..b094fe640c4 100644 --- a/automatic/git-lfs.install/git-lfs.install.nuspec +++ b/automatic/git-lfs.install/git-lfs.install.nuspec @@ -4,7 +4,7 @@ git-lfs.install Git Large File Storage (Install) - 2.3.2 + 2.3.4 GitHub Inc chocolatey https://git-lfs.github.com/ @@ -26,7 +26,7 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos, ]]> git lfs vcs dvcs version-control admin foss cross-platform cli - https://github.com/git-lfs/git-lfs/releases/tag/v2.3.2 + https://github.com/git-lfs/git-lfs/releases/tag/v2.3.4 diff --git a/automatic/git-lfs.install/legal/VERIFICATION.txt b/automatic/git-lfs.install/legal/VERIFICATION.txt index 75d0f3ac02c..8becf898848 100644 --- a/automatic/git-lfs.install/legal/VERIFICATION.txt +++ b/automatic/git-lfs.install/legal/VERIFICATION.txt @@ -4,13 +4,13 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from GitHub and can be verified like this: -1. Go to +1. Go to to download the 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 - checksum: 8B6F02EB1AECFCFEE92EB284AABE38C14B7CA787B0336E27EDCBD5372E5BF165 + checksum: F11EE43EAE6AE33C258418E6E4EE221EB87D2E98955C498F572EFA7B607F9F9B File 'LICENSE.txt' is obtained from diff --git a/automatic/git-lfs.install/tools/chocolateyInstall.ps1 b/automatic/git-lfs.install/tools/chocolateyInstall.ps1 index d5aee2baed6..5d9bd92ba5a 100644 --- a/automatic/git-lfs.install/tools/chocolateyInstall.ps1 +++ b/automatic/git-lfs.install/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filePath = "$toolsDir\git-lfs-windows-2.3.2.exe" +$filePath = "$toolsDir\git-lfs-windows-2.3.4.exe" $packageArgs = @{ PackageName = 'git-lfs' diff --git a/automatic/git-lfs/git-lfs.nuspec b/automatic/git-lfs/git-lfs.nuspec index 93471662c32..4d6472dc896 100644 --- a/automatic/git-lfs/git-lfs.nuspec +++ b/automatic/git-lfs/git-lfs.nuspec @@ -4,7 +4,7 @@ git-lfs Git Large File Storage - 2.3.3 + 2.3.4 GitHub Inc chocolatey https://git-lfs.github.com/ @@ -26,9 +26,9 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos, ]]> git lfs vcs dvcs version-control foss cross-platform cli - https://github.com/git-lfs/git-lfs/releases/tag/v2.3.3 + https://github.com/git-lfs/git-lfs/releases/tag/v2.3.4 - + diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index d85f787e4d5..8650d150edc 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 1.10.3 + 1.10.4 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 cfa77d6592a..5ac2b5f2b91 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,5 +1,5 @@ Update-SessionEnvironment -$version = '1.10.3' +$version = '1.10.4' python -m pip install mkdocs-material==$version diff --git a/automatic/virtualbox/tools/chocolateyInstall.ps1 b/automatic/virtualbox/tools/chocolateyInstall.ps1 index deefd1db667..f60002feb5c 100644 --- a/automatic/virtualbox/tools/chocolateyInstall.ps1 +++ b/automatic/virtualbox/tools/chocolateyInstall.ps1 @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0'; $packageArgs = @{ packageName = 'virtualbox' fileType = 'EXE' - url = 'http://download.virtualbox.org/virtualbox/5.1.30/VirtualBox-5.1.30-118389-Win.exe' - url64bit = 'http://download.virtualbox.org/virtualbox/5.1.30/VirtualBox-5.1.30-118389-Win.exe' - checksum = 'd4e9233dbb7caba05804d2d6a645da7a5f4cc53fd55eef25f50f36f271146dd4' - checksum64 = 'd4e9233dbb7caba05804d2d6a645da7a5f4cc53fd55eef25f50f36f271146dd4' + url = 'http://download.virtualbox.org/virtualbox/5.2.0/VirtualBox-5.2.0-118431-Win.exe' + url64bit = 'http://download.virtualbox.org/virtualbox/5.2.0/VirtualBox-5.2.0-118431-Win.exe' + checksum = '9d6716fe24d352b91fe682044668fac90c92ecabbe56821631069f88024f48cd' + checksum64 = '9d6716fe24d352b91fe682044668fac90c92ecabbe56821631069f88024f48cd' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = $silentArgs @@ -38,8 +38,8 @@ if (!$installLocation) { Write-Warning "Can't find $packageName install locatio if (!$pp.NoExtensionPack) { Write-Host "Installing extension pack" - $url_ep = 'http://download.virtualbox.org/virtualbox/5.1.30/Oracle_VM_VirtualBox_Extension_Pack-5.1.30.vbox-extpack' - $checksum_ep = '2da095e32f85fe5a1fe943158e079bd5aecb2724691c4038bd619ddee967b288' + $url_ep = 'http://download.virtualbox.org/virtualbox/5.2.0/Oracle_VM_VirtualBox_Extension_Pack-5.2.0.vbox-extpack' + $checksum_ep = '005ba9211862643e2516d549e98b80942918047f1f6c55fcfe08c490dd1947bc' $file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | select -Last 1) Get-ChocolateyWebFile ` -PackageName 'virtualbox-extensionpack' ` diff --git a/automatic/virtualbox/virtualbox.nuspec b/automatic/virtualbox/virtualbox.nuspec index 0867a74d15c..1dbe8a4de88 100644 --- a/automatic/virtualbox/virtualbox.nuspec +++ b/automatic/virtualbox/virtualbox.nuspec @@ -4,7 +4,7 @@ virtualbox VirtualBox - 5.1.30 + 5.2.0 Oracle Corporation chocolatey, Rob Reynolds, Mike Dellanoce VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.