Skip to content

Commit

Permalink
AU: 3 updated - audacity nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 2, 2017
1 parent eddb904 commit 78baf7a
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 30 deletions.
7 changes: 4 additions & 3 deletions automatic/audacity/audacity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<id>audacity</id>
<title>Audacity</title>
<owners>chocolatey</owners>
<version>2.1.3</version>
<version>2.2.0</version>
<authors>Audacity Developers</authors>
<summary>Audacity is free, open source, cross-platform software for recording and editing sounds.</summary>
<description>
<description><![CDATA[
Audacity is free, open source, cross-platform software for recording and editing sounds.
## Features
Expand All @@ -21,7 +21,8 @@ Audacity is free, open source, cross-platform software for recording and editing
- Add new effects with LADSPA plug-ins.
- And more! See [full list of features](http://www.audacityteam.org/about/features).
</description>
]]></description>
<projectUrl>http://audacityteam.org/</projectUrl>
<tags>audacity admin audio dsp foss cross-platform</tags>
<copyright></copyright>
Expand Down
4 changes: 2 additions & 2 deletions automatic/audacity/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: http://filehippo.com/download_audacity/download/1bf50bfa7b662054a3ef79a13ac96b36/
x32: http://filehippo.com/download_audacity/download/77e9d7dc7a92e5c90a20a0d3b691c111/

to download the installer.

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: 12D83CB444734E3AABA8114115A83F7CEAA314D14641CDE65B4F35F9847C5E1F
checksum32: ADB0907D3BE543F789BFA1DEE10429D761BA858E320ACF1B98CA5B4EF50B327A

File 'LICENSE.txt' obtained from:
http://www.audacityteam.org/about/license/#license
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/v9.0.0/node-v9.0.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.0.0/node-v9.0.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v8.9.0/node-v8.9.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v8.9.0/node-v8.9.0-x86.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: 1F6932E69A5AF9F8CD7DC072EF40979FB2B2E7E840810B9A01F58AFECA2FEE52
checksum64: E5334DB7999BA31FECE387F081D1D6A0EB595CC6B10844BD301ADF27FF357732
checksum32: 6B33268464EBBD60C6C8B271CBBBE4F52D87EDDE97DF5B165C1BCC1339D70045
checksum64: 6B33268464EBBD60C6C8B271CBBBE4F52D87EDDE97DF5B165C1BCC1339D70045

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,6 +1,6 @@
{
"4.8": "0.0",
"6.11": "6.11.0",
"8.9": "8.8.1",
"9.0": "9.0.0"
"4.8": "4.8.5",
"6.11": "6.11.5",
"8.9": "8.9.0",
"9.0": "9.0.0"
}
7 changes: 3 additions & 4 deletions 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>9.0.0</version>
<version>8.9.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -14,10 +14,9 @@ Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
This package runs the official Node JS installer, resulting in Node.exe and NPM being installed under Program Files, and added to the SYSTEM PATH environment variable.
## Notes
This package provides the **Current** releases of Node.js.
If you want the **LTS** (Long Term Support) release of Node.js, install the [nodejs-lts](https://chocolatey.org/packages/nodejs-lts) package instead.
While this package now provides both **Current** and **LTS** releases of Node.js, it is still recommended to use the [nodejs-lts][] package if only targeting the latest LTS release is required.
[nodejs-lts]: https://chocolatey.org/packages/nodejs-lts "Node.js LTS Package"
]]></description>
<projectUrl>http://nodejs.org</projectUrl>
<projectSourceUrl>https://github.com/nodejs/node</projectSourceUrl>
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-v9.0.0-x86.msi"
$filePath64 = "$toolsPath\node-v9.0.0-x64.msi"
$filePath32 = "$toolsPath\node-v8.9.0-x86.msi"
$filePath64 = "$toolsPath\node-v8.9.0-x86.msi"
$installFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"4.8": "0.0",
"6.11": "6.11.0",
"8.9": "8.8.1",
"9.0": "9.0.0"
"4.8": "4.8.5",
"6.11": "6.11.5",
"8.9": "8.9.0",
"9.0": "9.0.0"
}
13 changes: 6 additions & 7 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>9.0.0</version>
<version>8.9.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
<description><![CDATA[
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
## Notes
This package used to install `nodejs.commandline`. It is recommended that you uninstall the `nodejs.commandline` and `npm` packages in favor of this or the `nodejs.install` (which this `nodejs` package now points to).
This package provides the **Current** releases of Node.js.
This package runs the official Node JS installer, resulting in Node.exe and NPM being installed under Program Files, and added to the SYSTEM PATH environment variable.
If you want the **LTS** (Long Term Support) release of Node.js, install the [nodejs-lts](https://chocolatey.org/packages/nodejs-lts) package instead.
## Notes
While this package now provides both **Current** and **LTS** releases of Node.js, it is still recommended to use the [nodejs-lts][] package if only targeting the latest LTS release is required.
[nodejs-lts]: https://chocolatey.org/packages/nodejs-lts "Node.js LTS Package"
]]></description>
<projectUrl>http://nodejs.org</projectUrl>
<projectSourceUrl>https://github.com/nodejs/node</projectSourceUrl>
Expand All @@ -29,7 +28,7 @@ If you want the **LTS** (Long Term Support) release of Node.js, install the [nod
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[9.0.0]" />
<dependency id="nodejs.install" version="[8.9.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 78baf7a

Please sign in to comment.