Skip to content

Commit

Permalink
AU: 4 updated - chromium nodejs.install php virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 18, 2022
1 parent a87babb commit 55fe071
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "99.0.4837.0-snapshots",
"snapshots": "99.0.4839.0-snapshots",
"stable": "97.0.4692.71"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>99.0.4837.0-snapshots</version>
<version>99.0.4839.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/960193/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/960163/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/960377/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/960407/mini_installer.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
checksum32: E24ABAF17123D736B9F1E5567B4F135E597E07299CF14799A2F3FA3AF849AB1E
checksum64: 08BD09B4EB42B20402D5D8221AD7D424C7858E16CECF8BDCD537658C4BA33E9D
checksum32: B413A7E8B5188A60124FAC3B6F0047F1B8D3F00846FA32F92ADB6C03D3C016BD
checksum64: CE8A987D4E4BBEFAAFD5921E98A2DB9B71DC32E7C918F5893D9018F585B2D85B

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "99.0.4837.0-snapshots"
$version = "99.0.4839.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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/v17.3.1/node-v17.3.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.3.1/node-v17.3.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v17.4.0/node-v17.4.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.4.0/node-v17.4.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: 3CF1E7BBBD1B4D06071BED30589B5A68913FB42D2DAD3A64F2EDC559AB40EDED
checksum64: BA7466DABE9608927B152408C19C57D6E68257C6020296042ED3600F1D00DDC6
checksum32: 20AEE5BCFEFA252785C71336FCA37726F880EF2F539541F594BB4C9C998549BA
checksum64: CB0FB891CF19939E2C778AEABBC4BCCF62E5CA6C2B8AACF0FCC64BC96DA24560

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 @@ -12,5 +12,5 @@
"14": "14.18.3",
"15": "15.14.0",
"16": "16.13.2",
"17": "17.3.1"
"17": "17.4.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>17.3.1</version>
<version>17.4.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-v17.3.1-x86.msi"
$filePath64 = "$toolsPath\node-v17.3.1-x64.msi"
$filePath32 = "$toolsPath\node-v17.4.0-x86.msi"
$filePath64 = "$toolsPath\node-v17.4.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
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-8.0.14-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.14-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.14-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.14-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.15-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.15-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.15-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.15-nts-Win32-vs16-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): F656B9D2DDBF8F0D3C2B8C76D381D0D57A065D089C96679CCEBC50F9309E02DA
checksum64 (threadsafe): 7AA1F79E2F9EE097F1600E42A53AB5F298FB07C61460A4A6EF04CFCD83D13B3B
checksum32 (non-threadsafe): D7D565BCF48C45162B2CA46BC95CA83141F0E2D913C4954BEBFB9DE14DA43FDB
checksum64 (non-threadsafe): BE8FAB9EAE081F7FFEDFA1303B14E8E34B071A6541F1A9EA7465F6F54AB957F6
checksum32 (threadsafe): A08CE5EB4C5F855D48E3C6E50BD203AE6465EE8899A4E8845A79FF4686084DCC
checksum64 (threadsafe): 20C24DAA3764916EC11E4D4B69CD69ECF82DB015F975421AB59F13186F8E7086
checksum32 (non-threadsafe): 71713FC43E56B60DD648AB9741417946DD3D8501059012409EF14A8E70A5DBB1
checksum64 (non-threadsafe): C770E330677AAD7A913B5BAF96B1E40BBEE9B540B106DDF39E3C3260E9FF2630

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"7.2": "7.2.34",
"7.3": "7.3.33",
"7.4": "7.4.27",
"8.0": "8.0.14",
"8.0": "8.0.15",
"8.1": "8.1.1"
}
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>8.0.14</version>
<version>8.0.15</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://www.php.net/ChangeLog-8.php#8.0.14</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.0.15</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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-8.0.14-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.14-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.14-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.14-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.0.15-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.15-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.15-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.15-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
12 changes: 6 additions & 6 deletions automatic/virtualbox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0';
$packageArgs = @{
packageName = 'virtualbox'
fileType = 'EXE'
url = 'https://download.virtualbox.org/virtualbox/6.1.30/VirtualBox-6.1.30-148432-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.30/VirtualBox-6.1.30-148432-Win.exe'
checksum = '1d085322564f039bf4f46fcb42735516b1a04629ec83da5b97f759e27fecbcdf'
checksum64 = '1d085322564f039bf4f46fcb42735516b1a04629ec83da5b97f759e27fecbcdf'
url = 'https://download.virtualbox.org/virtualbox/6.1.32/VirtualBox-6.1.32-149290-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.32/VirtualBox-6.1.32-149290-Win.exe'
checksum = 'f5f695da9e34f77b55b61f0eabb3644d5daad99117d896c837ef996a41e57c33'
checksum64 = 'f5f695da9e34f77b55b61f0eabb3644d5daad99117d896c837ef996a41e57c33'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = $silentArgs
Expand All @@ -39,8 +39,8 @@ if ($pp.ExtensionPack) {
Write-Host "Installing extension pack"
Write-Warning "*** THIS IS A COMMERCIAL EXTENSION AND CAN INCURE SIGNIFICANT FINANCIAL COSTS ***"

$url_ep = 'https://download.virtualbox.org/virtualbox/6.1.30/Oracle_VM_VirtualBox_Extension_Pack-6.1.30.vbox-extpack'
$checksum_ep = 'a5ee3e693a0470a77735556a77a09aa83bfc48181998b9b21b1af82ef1d11c2a'
$url_ep = 'https://download.virtualbox.org/virtualbox/6.1.32/Oracle_VM_VirtualBox_Extension_Pack-6.1.32.vbox-extpack'
$checksum_ep = 'ba9dd35434c5cac3b99c53708b10ab07fa8a2fb2995b4515ad81f2d7c465c5ec'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"4.2": "4.2.36",
"4.3": "4.3.40",
"6.0": "6.0.24",
"6.1": "6.1.30"
"6.1": "6.1.32"
}
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>6.1.30</version>
<version>6.1.32</version>
<authors>Oracle Corporation</authors>
<owners>chocolatey-community, Rob Reynolds, Mike Dellanoce</owners>
<summary>VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.</summary>
Expand Down

0 comments on commit 55fe071

Please sign in to comment.