Skip to content

Commit

Permalink
AU: 3 updated - calibre nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 29, 2019
1 parent 2386e60 commit f65387b
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>3.41.3</version>
<version>3.42.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/3.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/3.41.3/calibre-3.41.3.msi>
64-Bit software: <https://download.calibre-ebook.com/3.41.3/calibre-64bit-3.41.3.msi>
32-Bit software: <https://download.calibre-ebook.com/3.42.0/calibre-3.42.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.42.0/calibre-64bit-3.42.0.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 727D57B5096CA236113AF68A9B69A253AF40676985CA63B2F2D1816800AAA022
checksum64: 502D441871DC8582E3FAFCEA3ADF4A179DC2EAA9124FC9F8AF635AD932F37838
checksum32: 65157D78BBFBD2CA56485A219552F01C10384C86F096438EA40EA0E0EC2FD3AD
checksum64: E014242BC20E13AB9E9F8B89055C0E8C6E433ABB6886DFF4FDCAB5977884A0A3

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-3.41.3.msi"
file64 = "$toolsPath\calibre-64bit-3.41.3.msi"
file = "$toolsPath\calibre-3.42.0.msi"
file64 = "$toolsPath\calibre-64bit-3.42.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs.install/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png" width="48" height="48"/> [nodejs.install](https://chocolatey.org/packages/nodejs.install)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png" width="48" height="48"/> [nodejs.install](https://chocolatey.org/packages/nodejs.install)


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.
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/v12.0.0/node-v12.0.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v12.0.0/node-v12.0.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v12.1.0/node-v12.1.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v12.1.0/node-v12.1.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: 329157F4DA523E164F2687544632E90C12DC4A01678326792CA1FC698DD633B9
checksum64: AC3D5DE879589A41B9031EE32E82B3933FAA07DABA280E159E19022F28833C02
checksum32: ACA7A76D4F10E828EA4B4F155047FB3F9C3C97293A19E7EDABE917387726A5A2
checksum64: 263A106284890F71F03D8A080B9FAD4121EAAA47110CB365A4D69DF6971B11E7

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 @@ -5,5 +5,5 @@
"9": "9.11.1",
"10": "10.15.3",
"11": "11.14.0",
"12": "12.0.0"
"12": "12.1.0"
}
6 changes: 3 additions & 3 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>12.0.0</version>
<version>12.1.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -22,11 +22,11 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<projectSourceUrl>https://github.com/nodejs/node</projectSourceUrl>
<docsUrl>https://nodejs.org/en/docs/</docsUrl>
<bugTrackerUrl>https://github.com/nodejs/node/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/nodejs.install</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/nodejs.install</packageSourceUrl>
<tags>nodejs node javascript npm admin foss cross-platform</tags>
<licenseUrl>https://github.com/nodejs/node/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
</metadata>
<files>
<file src="legal\**" target="legal" />
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-v12.0.0-x86.msi"
$filePath64 = "$toolsPath\node-v12.0.0-x64.msi"
$filePath32 = "$toolsPath\node-v12.1.0-x86.msi"
$filePath64 = "$toolsPath\node-v12.1.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/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png" width="48" height="48"/> [nodejs](https://chocolatey.org/packages/nodejs)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png" width="48" height="48"/> [nodejs](https://chocolatey.org/packages/nodejs)


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.
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"9": "9.11.1",
"10": "10.15.3",
"11": "11.14.0",
"12": "12.0.0"
"12": "12.1.0"
}
8 changes: 4 additions & 4 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>12.0.0</version>
<version>12.1.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -22,13 +22,13 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<projectSourceUrl>https://github.com/nodejs/node</projectSourceUrl>
<docsUrl>https://nodejs.org/en/docs/</docsUrl>
<bugTrackerUrl>https://github.com/nodejs/node/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/nodejs</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/nodejs</packageSourceUrl>
<tags>nodejs node javascript npm admin foss cross-platform</tags>
<licenseUrl>https://github.com/nodejs/node/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[12.0.0]" />
<dependency id="nodejs.install" version="[12.1.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit f65387b

Please sign in to comment.