Skip to content

Commit

Permalink
AU: 5 updated - julia nodejs nodejs.install tor-browser vcredist140
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 11, 2020
1 parent 991f585 commit 20307a8
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions automatic/julia/julia.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>julia</id>
<version>1.5.2</version>
<version>1.5.3</version>
<title>Julia programming language</title>
<authors>Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah, Julia contributors</authors>
<owners>chocolatey-community, FlorianRappl, drel</owners>
<licenseUrl>https://github.com/JuliaLang/julia/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://julialang.org</projectUrl>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.5.2</releaseNotes>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.5.3</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/julia</packageSourceUrl>
<projectSourceUrl>https://github.com/JuliaLang/julia</projectSourceUrl>
<docsUrl>http://docs.julialang.org/</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/julia/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Julia download page on <https://juli
and can be verified like this:

1. Download the following:
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.2-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.2-win64.exe>
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.3-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.3-win64.exe>
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: 2473A2A86B0EDAA0247E392C8DDB51EAA693690577537191AC47D4BCC84553DD
checksum64: A49C9C2C42B8D6486E86151B4ADA79948266F63D5D9039422DEDB8C983B92E10
checksum32: 092CF20EB0D2EC5A0113C613D974CAA982D96F4AC69BBE175336A9514D35FA80
checksum64: 5C5C5F8794747072296D33D6547977A61126C6283B449814FB6E8005FB282A59

File 'LICENSE.txt' is obtained from <https://github.com/JuliaLang/julia/blob/master/LICENSE.md>
6 changes: 3 additions & 3 deletions automatic/julia/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\julia-1.5.2-win32.exe"
file64 = "$toolsDir\julia-1.5.2-win64.exe"
file = "$toolsDir\julia-1.5.3-win32.exe"
file64 = "$toolsDir\julia-1.5.3-win64.exe"

softwareName = 'Julia*'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
}
$packageVersion = "1.5.2"
$packageVersion = "1.5.3"

Install-ChocolateyInstallPackage @packageArgs

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/v15.1.0/node-v15.1.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.1.0/node-v15.1.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v15.2.0/node-v15.2.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.2.0/node-v15.2.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: 70302F55F1E9C2AB24E01DD8EF1739F4B760582AD65C2E6F15FC7B14F43C19E2
checksum64: 5F98B3247DE94A5104DA88295152B3A9FE9EA22410D1C2D10AC123FE58BB8050
checksum32: 24F91E8D930E24426B31FEE27B7F9BB75553A0819E82AF65286B29F45A2CF0D0
checksum64: 3A395DBC33D6F1877C6B63391B15BBBF79E41AE10954523788A262BBAC866DBA

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 @@ -10,5 +10,5 @@
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.0",
"15": "15.1.0"
"15": "15.2.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>15.1.0</version>
<version>15.2.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, 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-v15.1.0-x86.msi"
$filePath64 = "$toolsPath\node-v15.1.0-x64.msi"
$filePath32 = "$toolsPath\node-v15.2.0-x86.msi"
$filePath64 = "$toolsPath\node-v15.2.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/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.0",
"15": "15.1.0"
"15": "15.2.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>15.1.0</version>
<version>15.2.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, 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-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[15.1.0]" />
<dependency id="nodejs.install" version="[15.2.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 20307a8

Please sign in to comment.