Skip to content

Commit

Permalink
AU: 4 updated - dropbox nodejs nodejs.install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 16, 2020
1 parent bd19a0b commit df3288d
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 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": "112.3.293-beta",
"stable": "111.4.472"
"stable": "112.4.321"
}
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>112.3.293-beta</version>
<version>112.4.321</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,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 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '112.3.293'
$version = '112.4.321'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20112.3.293%20Offline%20Installer.exe'
checksum = 'a929f04b96437f1cac8fab819d5769b4593f37aa24f7471237737296c6fccf9d'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20112.4.321%20Offline%20Installer.exe'
checksum = 'c7c062797391e48db06a11e38692b98f6ea6edb56ab23ed107bd6f890207dcaf'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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/dist/v15.4.0/node-v15.4.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.4.0/node-v15.4.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v14.15.2/node-v14.15.2-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.15.2/node-v14.15.2-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: CEE5D80302F0A4D29816CAE05F80058E578C72D08CAA36E19BD766A8BCD4A9CB
checksum64: 0BE3E8050FEECC0546D81FC5884626E7EA1ED99A2C1FDCC96E246E59774D4809
checksum32: 2ADFA32E0C0E5A82CAE92A509750E49AC8AA16CDA6E91677D73D72E72B37CCF2
checksum64: 1CE38EBB35CCA0B926776B98F1C74C88D096A34978C2CAB33EE15996923C7832

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 @@ -9,6 +9,6 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.1",
"14": "14.15.2",
"15": "15.4.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>15.4.0</version>
<version>14.15.2</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 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-v15.4.0-x86.msi"
$filePath64 = "$toolsPath\node-v15.4.0-x64.msi"
$filePath32 = "$toolsPath\node-v14.15.2-x86.msi"
$filePath64 = "$toolsPath\node-v14.15.2-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 Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.1",
"14": "14.15.2",
"15": "15.4.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>15.4.0</version>
<version>14.15.2</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, 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="[15.4.0]" />
<dependency id="nodejs.install" version="[14.15.2]" />
</dependencies>
</metadata>
<files>
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.2144/gvim_8.2.2144_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2144/gvim_8.2.2144_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2146/gvim_8.2.2146_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2146/gvim_8.2.2146_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: A4B76A8A1A1D14C025355BE98060D668B1B94681CC9487D930770BE0E71ADDD5
checksum64: 2EB8DA1E9AC96E4A6BE1B495C6C04E6946FDF9BD185926AB9AAB2EB72831B8EE
checksum32: 8E3EBC05C1AC3E1946052394DD6364C49AE65D4A34454EE3EBF8A22027B4C68F
checksum64: CCEF25643B0330A33BD7FEF644DB9A6049869884C589D18C126D9BB965FB7942
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.2144_x86.zip"
file64 = "$toolsDir\gvim_8.2.2144_x64.zip"
file = "$toolsDir\gvim_8.2.2146_x86.zip"
file64 = "$toolsDir\gvim_8.2.2146_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.2144</version>
<version>8.2.2146</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, 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 df3288d

Please sign in to comment.