Skip to content

Commit

Permalink
AU: 5 updated - dropbox git-lfs git-lfs.install mkdocs-material virtu…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 18, 2017
1 parent 5f30b4e commit 2529308
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>36.4.22</version>
<version>37.4.29</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/git-lfs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs.install</id>
<title>Git Large File Storage (Install)</title>
<version>2.3.2</version>
<version>2.3.4</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -26,7 +26,7 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
]]></description>
<tags>git lfs vcs dvcs version-control admin foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.3.2</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.3.4</releaseNotes>
<dependencies>
<dependency id="git" version="1.8.5" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/git-lfs/git-lfs/releases/download/v2.3.2/git-lfs-windows-2.3.2.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.3.4/git-lfs-windows-2.3.4.exe>
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 <https://github.com/git-lfs/git-lfs/blob/6faa2589cf31a87e4109eb6490a461620c6e64b2/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/git-lfs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
6 changes: 3 additions & 3 deletions automatic/git-lfs/git-lfs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs</id>
<title>Git Large File Storage</title>
<version>2.3.3</version>
<version>2.3.4</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -26,9 +26,9 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
]]></description>
<tags>git lfs vcs dvcs version-control foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.3.3</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.3.4</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[2.3.3]" />
<dependency id="git-lfs.install" version="[2.3.4]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>1.10.3</version>
<version>1.10.4</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '1.10.3'
$version = '1.10.4'

python -m pip install mkdocs-material==$version
12 changes: 6 additions & 6 deletions automatic/virtualbox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' `
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>5.1.30</version>
<version>5.2.0</version>
<authors>Oracle Corporation</authors>
<owners>chocolatey, Rob Reynolds, Mike Dellanoce</owners>
<summary>VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.</summary>
Expand Down

0 comments on commit 2529308

Please sign in to comment.