Skip to content

Commit

Permalink
AU: 8 updated - dropbox git-lfs git-lfs.install mpc-hc-clsid2 nodejs …
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 22, 2020
1 parent d6b37ee commit 4d4eec3
Show file tree
Hide file tree
Showing 23 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "89.3.272-beta",
"beta": "90.3.291-beta",
"stable": "88.4.172"
}
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>89.3.272-beta</version>
<version>90.3.291-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '89.3.272'
$version = '90.3.291'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2089.3.272%20Offline%20Installer.exe'
checksum = 'e13004b7796e150e874918779361f386c7b97886f8a6848e4adf623944671ec7'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2090.3.291%20Offline%20Installer.exe'
checksum = '61fdb3c8baadf993adc41f599a45efc33223ee5a757193a507867893ea14956e'
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.9.2</version>
<version>2.10.0</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.9.2</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.10.0</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.9.2/git-lfs-windows-v2.9.2.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.10.0/git-lfs-windows-v2.10.0.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: 73BC2B6D6F6EC57911414926F9F032976C345E8CE7A3DF019E4E846F21156F95
checksum: EAB94D193B0781047DF753A22935B7B2406367E3D4944685ABF1E47435BC1A84

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-v2.9.2.exe"
$filePath = "$toolsDir\git-lfs-windows-v2.10.0.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.9.2</version>
<version>2.10.0</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.9.2</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.10.0</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[2.9.2]" />
<dependency id="git-lfs.install" version="[2.10.0]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/clsid2/mpc-hc/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.8.8/MPC-HC.1.8.8.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.8.8/MPC-HC.1.8.8.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.1/MPC-HC.1.9.1.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.1/MPC-HC.1.9.1.x64.exe>
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: FE5D524CE4FE1912AF75BB320DAA8A95FE056BD916A341DA8A6D05432BDB3ABD
checksum64: 893C6A7D323C4F3E3FD1ECA05EAA8176D9290C565C05A83F1E4891BB48010CC5
checksum32: FCE6A84E6E6360D40F39803F8AB60A7F1F32124E37CB55815388CA1A14DF193E
checksum64: 0DFEFA7B41122D508AF53E14CB398DB09827928BBDC3BEEC0686A7FC87369453

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mpc-hc-clsid2</id>
<version>1.8.8</version>
<version>1.9.1</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\MPC-HC.1.8.8.x86.exe"
file64 = "$toolsPath\MPC-HC.1.8.8.x64.exe"
file = "$toolsPath\MPC-HC.1.9.1.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.1.x64.exe"
softwareName = 'MPC-HC*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/download/release/latest-v10.x/node-v10.18.1-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v10.x/node-v10.18.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v13.7.0/node-v13.7.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v13.7.0/node-v13.7.0-x64.msi>
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: A9F1970812902A302F04D09AECDB4DBA0F1DA4225815C7830679EE91C0CCA655
checksum64: FBD9D0406A26D385AB40150CC269FCC8F9F73448D08619DD45362075D3C45525
checksum32: C578401253FA8302B6F0FDF39D209839576F5AD269E326D0F827283121CC7C8E
checksum64: 7D0FE36F612291CCF12ABB9607E6759FF591D3F409384612FAB7DD797B053949

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"12": "12.14.1",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.6.0"
"13": "13.7.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>10.18.1</version>
<version>13.7.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v10.18.1-x86.msi"
$filePath64 = "$toolsPath\node-v10.18.1-x64.msi"
$filePath32 = "$toolsPath\node-v13.7.0-x86.msi"
$filePath64 = "$toolsPath\node-v13.7.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand All @@ -13,7 +13,7 @@ $packageArgs = @{
FileType = 'msi'
SoftwareName = 'Node.js'
File = $installFile
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport,NodePerfCtrSupport'
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport'
ValidExitCodes = @(0)
}
Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"12": "12.14.1",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.6.0"
"13": "13.7.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>10.18.1</version>
<version>13.7.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[10.18.1]" />
<dependency id="nodejs.install" version="[13.7.0]" />
</dependencies>
</metadata>
<files>
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.14-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.14-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.14-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.14-nts-Win32-VC15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.2-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.2-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.2-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.2-nts-Win32-vc15-x64.zip>
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:
checksum32 (threadsafe): DDFC3C3D9091CD371A579AE5F5851157EEE0072E07F2BF3D98C9A5239CA6DE3D
checksum64 (threadsafe): 10272A9FF747363688C0726C9324FCD426D707D6AFB575288C65D6D0C5F6C8D1
checksum32 (non-threadsafe): 0F3FE6C1D314F73CA94DA33A660094D818C7E03D7CF16ADA34117178236E3129
checksum64 (non-threadsafe): 32810D2E589A4977843A5DF033F10D3646283FE6859AF5FADF397388C47E4C75
checksum32 (threadsafe): 217782A1BA2EA73370DCE55FE0489E92EF6E27B5F3D359A3393D886F14959B25
checksum64 (threadsafe): 034DC3FFB5583EE9E65F23ECAE72EC93ECF1C31F694D1BDB7F90B81BC2B78897
checksum32 (non-threadsafe): 6B96B556CF564392E4ED3F9D58186EB36D22ECB83AF9820F5E7EA83907D70164
checksum64 (non-threadsafe): EEE846D9BDC8BAAFE8F726A750433F3AAFF8DE7EDD3A7918CA3DEA4C99FDD1A4

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"5.6": "5.6.40",
"7.2": "7.2.26",
"7.3": "7.3.14",
"7.4": "7.4.1"
"7.4": "7.4.2"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.3.14</version>
<version>7.4.2</version>
<authors>PHP Authors</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -26,7 +26,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.3.14</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.4.2</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-7.3.14-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.3.14-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.3.14-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.3.14-nts-Win32-VC15-x64.zip"
filets32 = "$toolsPath\php-7.4.2-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.2-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.2-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.2-nts-Win32-vc15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0132/gvim_8.2.0132_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0132/gvim_8.2.0132_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0140/gvim_8.2.0140_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0140/gvim_8.2.0140_x64.zip>
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: A997EB03A2C30AB99B67D649F5FCEBA9AF86DF0977A042276C6BDE37C8B3E859
checksum64: 2B8EBED385ADBFF2384A76C72F43E44A4119BE695A32E2CC35944C5413370EF6
checksum32: 74AF12EE8A2E5A4EA8F2CFB689F0EF950A465138202D72C63C2AB5800280527B
checksum64: A618F78064210BBF63B8DC4CD5F3A5915840BC72A39C11123A03A11431A6852A
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.0132_x86.zip"
file64 = "$toolsDir\gvim_8.2.0132_x64.zip"
file = "$toolsDir\gvim_8.2.0140_x86.zip"
file64 = "$toolsDir\gvim_8.2.0140_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.0132</version>
<version>8.2.0140</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>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.</summary>
Expand Down

0 comments on commit 4d4eec3

Please sign in to comment.