Skip to content

Commit

Permalink
AU: 4 updated - nodejs nodejs.install php zotero-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 16, 2018
1 parent 27b7d1e commit f98ae88
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 26 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/v10.8.0/node-v10.8.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v10.8.0/node-v10.8.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v8.11.4/node-v8.11.4-x86.msi>
64-Bit: <https://nodejs.org/dist/v8.11.4/node-v8.11.4-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: 8CC3AE7CE876E26994ED87FFF72922468AC2B5C3B079F28FA6DC36B0B6DBF134
checksum64: 9D03D6BC78D7375FA549005C9B12CF5DA4B01EE52B60834107F5F603D82A68F2
checksum32: 2B6F4E2381976578A751EF3180D127205ABC0A13F61FE57A13F11E13410348E9
checksum64: 452A0FA9CBAC277558808FF888E0C924DEB5B51945FAD67E83FAD6C7391C1203

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
7 changes: 4 additions & 3 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"9.8": "9.8.0",
"9.9": "9.9.0",
"4.9": "4.9.1",
"6.14": "6.14.3",
"8.11": "8.11.3",
"6.14": "6.14.4",
"8.11": "8.11.4",
"9.10": "9.10.1",
"9.11": "9.11.1",
"10.0": "10.0.0",
Expand All @@ -26,5 +26,6 @@
"10.5": "10.5.0",
"10.6": "10.6.0",
"10.7": "10.7.0",
"10.8": "10.8.0"
"10.8": "10.8.0",
"10.9": "10.9.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>10.8.0</version>
<version>8.11.4</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-v10.8.0-x86.msi"
$filePath64 = "$toolsPath\node-v10.8.0-x64.msi"
$filePath32 = "$toolsPath\node-v8.11.4-x86.msi"
$filePath64 = "$toolsPath\node-v8.11.4-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
7 changes: 4 additions & 3 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"9.8": "9.8.0",
"9.9": "9.9.0",
"4.9": "4.9.1",
"6.14": "6.14.3",
"8.11": "8.11.3",
"6.14": "6.14.4",
"8.11": "8.11.4",
"9.10": "9.10.1",
"9.11": "9.11.1",
"10.0": "10.0.0",
Expand All @@ -27,5 +27,6 @@
"10.5": "10.5.0",
"10.6": "10.6.0",
"10.7": "10.7.0",
"10.8": "10.8.0"
"10.8": "10.8.0",
"10.9": "10.9.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>10.8.0</version>
<version>8.11.4</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.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[10.8.0]" />
<dependency id="nodejs.install" version="[8.11.4]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"7.1": "7.1.20",
"7.1": "7.1.21",
"7.0": "7.0.31",
"5.6": "5.6.37",
"7.2": "7.2.8"
"7.2": "7.2.9"
}
6 changes: 3 additions & 3 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>5.6.37</version>
<version>7.2.9</version>
<authors>PHP Authors</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -24,13 +24,13 @@ For example: `--params '"/ThreadSafe ""/InstallDir:C:\PHP"""'`.
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://secure.php.net/ChangeLog-5.php#5.6.37</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.2.9</releaseNotes>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
<projectSourceUrl>http://git.php.net</projectSourceUrl>
<dependencies>
<dependency id="vcredist2012" version="11.0.61031" />
<dependency id="vcredist140" version="14.11.25325.0" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/tools/downloadInfo.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
threadsafe|http://windows.php.net/downloads/releases/php-5.6.37-Win32-VC11-x86.zip|http://windows.php.net/downloads/releases/php-5.6.37-Win32-VC11-x64.zip|da703d991467df27db3fc56aef27b55e3ae768751968a1a56a0010fb4bd86072|e36ffe59322bdf5eaf9f2bcba0400fcfbcfd6eb9519d753a83a8c037de5b181a
not-threadsafe|http://windows.php.net/downloads/releases/php-5.6.37-nts-Win32-VC11-x86.zip|http://windows.php.net/downloads/releases/php-5.6.37-nts-Win32-VC11-x64.zip|b2ff6474f80ebb940874cc555af02a3955a697e3cdaae3b67eeaf1fa61db5c27|b675b4a8b12d1d0847f41298c9db9640c362632e78cb20df4e4fb2587cfcd262
threadsafe|http://windows.php.net/downloads/releases/php-7.2.9-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.9-Win32-VC15-x64.zip|56208021ea3578bfc2e62b7db802405c2b5b9456d0d5178f870b92cdbe612403|61482496fc51562171812ef09ef4daab68ca4c395c957f1bf5c883a8e6821252
not-threadsafe|http://windows.php.net/downloads/releases/php-7.2.9-nts-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.9-nts-Win32-VC15-x64.zip|f950aca1a8772a9c9fcee7be2ca09e6a5f04d37b49d5d1c699b7ac622d62b25f|4f6b8b986e4c1e1388aaa9cd0e3bda01f93ad53a8a579b3917b0674010b75deb
4 changes: 2 additions & 2 deletions automatic/zotero-standalone/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.zotero.org/download/> (The listed url gets redirected to another one)
and can be verified by doing the following:

1. Download the following <https://download.zotero.org/client/release/5.0.54/Zotero-5.0.54_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.55/Zotero-5.0.55_setup.exe>
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
checksum: 9E68D02E55CED82704EDFA77D8702E9D38CD43F2FAAA18440774BF6A69B554E0
checksum: B805563782404453148646D85D8DC96A3015BA4E998C6D204399270EFD9D8D07

The file 'LICENSE.txt' has been obtained from <https://github.com/zotero/zotero/blob/929288f9811a5026053ae154ca08cc4a9da13c52/COPYING>
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Zotero Standalone *'
file = "$toolsPath\Zotero-5.0.54_setup.exe"
file = "$toolsPath\Zotero-5.0.55_setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/zotero-standalone.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero-standalone</id>
<title>Zotero Standalone</title>
<owners>chocolatey</owners>
<version>5.0.54</version>
<version>5.0.55</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/430b7ebac494468d32c2c20e362a01321a483642/icons/zotero-standalone.png</iconUrl>
Expand Down

0 comments on commit f98ae88

Please sign in to comment.