Skip to content

Commit

Permalink
AU: 4 updated - nodejs nodejs.install spotify youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 28, 2019
1 parent 3aa741a commit b2f6cf3
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
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.10.0/node-v11.10.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v11.10.0/node-v11.10.0-x64.msi>
32-Bit: <https://nodejs.org/download/release/latest-v8.x/node-v8.15.1-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v8.x/node-v8.15.1-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: CD4614DED8E30B371EC1EA37CDF40FCAFB6AAD659D7C468B99740F02C3B0A10C
checksum64: DDAD334110A914DE93C600A780E53E35CA68209D7BAF5BD1D3C8805F75A97B77
checksum32: C6E9B1FC0D2DEFCEC084ABECE599C173B88755C9968CD4CD4E462F2B7CDFF166
checksum64: A2C41856DB0C5663E967E5EF95EEC2F968317A6DC7F0C0695C9D231C676C1C4F

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
8 changes: 4 additions & 4 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"4": "4.9.1",
"6": "6.16.0",
"8": "8.15.0",
"6": "6.17.0",
"8": "8.15.1",
"9": "9.11.1",
"10": "10.15.1",
"11": "11.10.0"
"10": "10.15.2",
"11": "11.10.1"
}
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.10.0</version>
<version>8.15.1</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-v11.10.0-x86.msi"
$filePath64 = "$toolsPath\node-v11.10.0-x64.msi"
$filePath32 = "$toolsPath\node-v8.15.1-x86.msi"
$filePath64 = "$toolsPath\node-v8.15.1-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'
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport,NodePerfCtrSupport'
ValidExitCodes = @(0)
}
Install-ChocolateyInstallPackage @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"4": "4.9.1",
"6": "6.16.0",
"8": "8.15.0",
"6": "6.17.0",
"8": "8.15.1",
"9": "9.11.1",
"10": "10.15.1",
"11": "11.10.0"
"10": "10.15.2",
"11": "11.10.1"
}
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.10.0</version>
<version>8.15.1</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.10.0]" />
<dependency id="nodejs.install" version="[8.15.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"915db329101069c96e8036e14327bcab-13"|1.0.98.78
"39d3b81378683c661b6c8ad5ec18120d-13"|1.1.0.237
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.0.98.78</version>
<version>1.1.0.237</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.spotify.com/SpotifyFullSetup.exe'
checksum = 'ABE8061909A3B03B0439B634D23B3A562CC7727814FAC50A07FC3B9B19AB8F2F4D1724F75679C0BA1F9B7C53B5AE8031A46951E09971CAA3E090DE4F8FA532D4'
checksum = 'CBB5F541B71E9D6B62759E225F84D6A6D106E565D43997969691281AB0AAE4E69A19489EF74CDDC4D4BE85365A0276673B3C5C4F5C13AC794086A5310CF1E160'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/rg3/youtube-dl/releases/download/2019.02.18/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2019.03.01/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: aa59144fd1ee042049ae3fba5d88a4ad74fea4cadff2f7c9b95fd297c4cb3a1ada55aefeeac2f88fd94efbd4c747ecbe6bb06a0d4d805bffb811d20cdca8bb45
checksum: f021cae23fe70878ecdadc94654aec7015096b699fb77c10dd1f6a3fcca61d310611aa9533d42b01b4583fb5c8cb56828ac87a6aea6f9025cb9ab9734dc6d65d

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2019.02.18</version>
<version>2019.03.01</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit b2f6cf3

Please sign in to comment.