Skip to content

Commit

Permalink
AU: 5 updated - dropbox kitty mkdocs-material nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 29, 2019
1 parent 3bd52d4 commit 24211c6
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 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": "70.3.76-beta",
"beta": "70.3.85-beta",
"stable": "69.4.102"
}
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>70.3.76-beta</version>
<version>70.3.85-beta</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%2070.3.76%20Offline%20Installer.exe'
checksum = '73fdfa979c505d71154cf2d5113841a3b77b4e3304a9892c23156862576817e2'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2070.3.85%20Offline%20Installer.exe'
checksum = '80f7e0b6fc1b4bdeba39d71d1a3af3ea14a6b9581e0e3787a03f42bd0ec6c7a3'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kitty</id>
<version>0.70.0.9</version>
<version>0.70.0.10</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey, Andre-Patrick Bubel, Miodrag Milic</owners>
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>4.1.0</version>
<version>4.1.1</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,6 +1,6 @@
Update-SessionEnvironment

$version = '4.1.0'
$version = '4.1.1'

$proxy = Get-EffectiveProxy
if ($proxy) {
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/v11.12.0/node-v11.12.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v11.12.0/node-v11.12.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v11.13.0/node-v11.13.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v11.13.0/node-v11.13.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: F74D95C5FC429391168E2C9A382F6690D6F62001633542EE2C464851E2F66413
checksum64: 1F2DE3AC2C6141158A2F72C2ACFD692CB54D89EB37C487E110E975FC3632EFB2
checksum32: 3AD0E7BB3206C4D2CE5ABD2622C7E4D52ADD3E28EB65E0D07F60FCABF7E5E6AF
checksum64: 8D0963F62059526146FFBD2A4FBA36276399FCB5580BA7F1DEF8CC2B4A35FE76

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 @@ -4,5 +4,5 @@
"8": "8.15.1",
"9": "9.11.1",
"10": "10.15.3",
"11": "11.12.0"
"11": "11.13.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>11.12.0</version>
<version>11.13.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, 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-v11.12.0-x86.msi"
$filePath64 = "$toolsPath\node-v11.12.0-x64.msi"
$filePath32 = "$toolsPath\node-v11.13.0-x86.msi"
$filePath64 = "$toolsPath\node-v11.13.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 @@ -4,5 +4,5 @@
"8": "8.15.1",
"9": "9.11.1",
"10": "10.15.3",
"11": "11.12.0"
"11": "11.13.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>11.12.0</version>
<version>11.13.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/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[11.12.0]" />
<dependency id="nodejs.install" version="[11.13.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 24211c6

Please sign in to comment.