Skip to content

Commit

Permalink
AU: 6 updated - dropbox freecad nodejs nodejs.install tor-browser vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 23, 2020
1 parent 6e40f0d commit 94d55d9
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 63 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": "106.3.355-beta",
"stable": "105.4.651"
"stable": "106.4.368"
}
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>106.3.355-beta</version>
<version>106.4.368</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 = '106.3.355'
$version = '106.4.368'

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%20106.3.355%20Offline%20Installer.exe'
checksum = '452fc965711e199376667e131b0456274c62f50d5ef1add8e5eb5533cf065041'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20106.4.368%20Offline%20Installer.exe'
checksum = '7151af4c4956203c2e4744345b3a65fc420ce9df0cafd2968ee4da67d6606a53'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.18.4.980",
"portable": "0.18.4.980",
"dev": "0.19.0.22474-dev"
"dev": "0.19.0.22492-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>0.19.0.22474-dev</version>
<version>0.19.0.22492-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.22474-Win-Conda_vc14.x-x86_64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.22492-Win-Conda_vc14.x-x86_64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'D6322D9CEB5F128DDF4D5F60D62B920E774D52DB9973AF4AA13B82D042A8E806'
checksum64 = '034A9AACE4A51856E39D50786121206FC07D116B1E64E68C57C7A16D60A71818'
checksumType64 = 'sha256'
silentArgs = '/S'
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/dist/v14.11.0/node-v14.11.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.11.0/node-v14.11.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v14.12.0/node-v14.12.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.12.0/node-v14.12.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: 8C2ADB89890BF38CBF3F19C9843407C501EC86BD9BBBD9E975E3FD5AF64A55F6
checksum64: CCE401AEAF658E25A364FB3221A9A4F276D33C9B1FF9F29028E123ED061C0727
checksum32: EB46C0B749E741FE36C72902E32EC6310A1799AE9BDDDFB0E7AF6852FC5721D6
checksum64: C7B0D86601A19EB5E699F51191BBBA296C94580EFFDCF856C3F707AB93631634

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,5 +9,5 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.11.0"
"14": "14.12.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>14.11.0</version>
<version>14.12.0</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-v14.11.0-x86.msi"
$filePath64 = "$toolsPath\node-v14.11.0-x64.msi"
$filePath32 = "$toolsPath\node-v14.12.0-x86.msi"
$filePath64 = "$toolsPath\node-v14.12.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 Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.11.0"
"14": "14.12.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>14.11.0</version>
<version>14.12.0</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="[14.11.0]" />
<dependency id="nodejs.install" version="[14.12.0]" />
</dependencies>
</metadata>
<files>
Expand Down
Loading

0 comments on commit 94d55d9

Please sign in to comment.