Skip to content

Commit

Permalink
AU: 4 updated - 360ts juju nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 8, 2017
1 parent da2e638 commit 8f5559a
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.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>360ts</id>
<version>9.6.0.1040</version>
<version>9.6.0.1070</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.6.0.1040.exe'
checksum = 'dbe3b99be8aaf2a53388c31cca2298481310c38111de060f437c0be5705ac307'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.6.0.1070.exe'
checksum = '5a505416bd469af8e3e0050cdfe17d52b1ac29a20296a8857efc26607919423c'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"2.2": "2.2.6",
"2.3": "2.3.0"
"2.3": "2.3.1"
}
2 changes: 1 addition & 1 deletion automatic/juju/juju.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>juju</id>
<version>2.3.0</version>
<version>2.3.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>AdmiringWorm,chocolatey</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.3/2.3.0/+download/juju-setup-2.3.0.exe>
1. Go to <https://launchpad.net/juju/2.3/2.3.1/+download/juju-setup-2.3.1.exe>
to download the installer
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
checksum: 05C98D0E5711F275F5D7E2A7E0AC2A8062AFAD4E3FA045D19A61E8C6647E35A2
checksum: B3C52A699F5A3C4C30A53D05C04D35E642958D11244B284E14BFD9726B963A0E

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/1a64fe64d6c5d9aacbda27a1fea925e078f191f2/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.3.0.exe"
file = "$toolsDir\juju-setup-2.3.1.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
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/v8.9.2/node-v8.9.2-x86.msi>
64-Bit: <https://nodejs.org/dist/v8.9.2/node-v8.9.2-x64.msi>
32-Bit: <https://nodejs.org/dist/v9.2.1/node-v9.2.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.2.1/node-v9.2.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: A4C70A98755D011E2E3922786F7C6DF553A19A32196F1EBF3CCAE48E078F2C09
checksum64: 3D7A60A5268F4C3D3FC8B37E3E3EC9F52012E048D0F1598EB1D6C5D7717E6A86
checksum32: 9D622B2BE2715FE7CA277224117983D0BED812958F0DC537FA7456B6C071D327
checksum64: 57BC46262BCF52535C95786C608B0303AC034A8C3089EE6015F7EC74941E42DC

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
9 changes: 5 additions & 4 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"4.8": "4.8.6",
"4.8": "4.8.7",
"6.11": "6.11.5",
"8.9": "8.9.2",
"8.9": "8.9.3",
"9.0": "9.0.0",
"6.12": "6.12.1",
"9.1": "9.1.0"
"6.12": "6.12.2",
"9.1": "9.1.0",
"9.2": "9.2.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>8.9.2</version>
<version>9.2.1</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-v8.9.2-x86.msi"
$filePath64 = "$toolsPath\node-v8.9.2-x64.msi"
$filePath32 = "$toolsPath\node-v9.2.1-x86.msi"
$filePath64 = "$toolsPath\node-v9.2.1-x64.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
9 changes: 5 additions & 4 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"4.8": "4.8.6",
"4.8": "4.8.7",
"6.11": "6.11.5",
"8.9": "8.9.2",
"8.9": "8.9.3",
"9.0": "9.0.0",
"6.12": "6.12.1",
"9.1": "9.1.0"
"6.12": "6.12.2",
"9.1": "9.1.0",
"9.2": "9.2.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>8.9.2</version>
<version>9.2.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.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[8.9.2]" />
<dependency id="nodejs.install" version="[9.2.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 8f5559a

Please sign in to comment.