Skip to content

Commit

Permalink
AU: 4 updated - brave nodejs nodejs.install php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 24, 2020
1 parent 9301257 commit f691790
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.17.73",
"beta": "1.18.57-beta"
"beta": "1.18.60-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.17.73</version>
<title>Brave Browser</title>
<version>1.18.60-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
## Features
Expand All @@ -14,10 +14,10 @@
## Notes
* This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
* Beta is an early preview for new versions of Brave. This build showcases the newest advances and it’s ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you’d like.
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.17.73/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.17.73/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.18.60/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.18.60/BraveBrowserSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 4E8D5EDD25C0DC4A7F7742E94B3DC12F4E44A75699B8193DC2E017A2D3090F6F
checksum64: CD929806978E2ADF4FC5036A8504A5FF387ACA995DC07CC268F39802C0114E4B
checksum32: 1EAB95E2B0E59315D91D4AC91680F1D6877DF1B049CC1125A0F8B13BA1CCC9BA
checksum64: 7C63DDF273F4B7B692D7935CBF79CB6D7EF749E83BC7EE0A331F63E084FDFBBB

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
file = "$toolsPath\BraveBrowserSilentBetaSetup32.exe"
file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.17.73'
[version]$softwareVersion = '1.18.60'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
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.2.1/node-v15.2.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.2.1/node-v15.2.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v15.3.0/node-v15.3.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.3.0/node-v15.3.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: 88964CE69DBD6DD86DD9C0C305A38588F001EF7B63C9F5586433B4B721F6E0A6
checksum64: 637F455BA284067B94C484E28D917859F3197418C3C53CF305C3014C6E2D29B3
checksum32: 8538691B63364B2851F836174DEBF52AC39EE2DF9D05361423E7D28823535515
checksum64: 7D80B9C0597A0F43DA16A36016E1BBDF48CA5290229AD8E84DCC1C701E4E4E74

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
4 changes: 2 additions & 2 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"9": "9.11.2",
"10": "10.23.0",
"11": "11.15.0",
"12": "12.19.1",
"12": "12.20.0",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.1",
"15": "15.2.1"
"15": "15.3.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.2.1</version>
<version>15.3.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.2.1-x86.msi"
$filePath64 = "$toolsPath\node-v15.2.1-x64.msi"
$filePath32 = "$toolsPath\node-v15.3.0-x86.msi"
$filePath64 = "$toolsPath\node-v15.3.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
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"9": "9.11.2",
"10": "10.23.0",
"11": "11.15.0",
"12": "12.19.1",
"12": "12.20.0",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.1",
"15": "15.2.1"
"15": "15.3.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.2.1</version>
<version>15.3.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.2.1]" />
<dependency id="nodejs.install" version="[15.3.0]" />
</dependencies>
</metadata>
<files>
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.12-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.12-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.12-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.12-nts-Win32-vc15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.13-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.13-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.13-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.13-nts-Win32-vc15-x64.zip>
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:
checksum32 (threadsafe): BD033B813A38308AE4006F60F4E00ED044927B0E2D9D0F58A7BCCDA32973609B
checksum64 (threadsafe): A1E2FDD39A61392FA3C0FA5ED9169951372F3E79B7CECF31D07B9EB28AEC4FA3
checksum32 (non-threadsafe): B02A5C07432905B10DBE5AE69AD92DB01930E6BB17C24292A1F67FD83B9A5B76
checksum64 (non-threadsafe): EADA5ADA870757C69C6AFFC64AC12419B2F211253D21EB2120747D1B1EAD3DF5
checksum32 (threadsafe): 6433F2DD6D7B52FD7BC4996126A0767AC96F31F1C4A40C648DBA736FD0373AF7
checksum64 (threadsafe): F8044E0FE9C71E1EC7A74F5EDB35D08D844C3FF546F981DE4812091574C2FE20
checksum32 (non-threadsafe): 5173011BD29B4ED8FFE4C5E5937DAF18D556FE45BFF3508ED656A644EB826E02
checksum64 (non-threadsafe): 38A0A759D677CD47C9A7B71D308EA93CDA62B5EB70AF5F8BEEA6E233A744ACCC

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
4 changes: 2 additions & 2 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.34",
"7.3": "7.3.24",
"7.4": "7.4.12"
"7.3": "7.3.25",
"7.4": "7.4.13"
}
4 changes: 2 additions & 2 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>7.4.12</version>
<version>7.4.13</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, 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 @@ -26,7 +26,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<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-7.php#7.4.12</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.4.13</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-7.4.12-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.12-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.12-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.12-nts-Win32-vc15-x64.zip"
filets32 = "$toolsPath\php-7.4.13-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.13-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.13-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.13-nts-Win32-vc15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit f691790

Please sign in to comment.