Skip to content

Commit

Permalink
AU: 4 updated - chromium datagrip nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 8, 2021
1 parent 0230090 commit 502473c
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "97.0.4665.0-snapshots",
"stable": "94.0.4606.71"
"stable": "94.0.4606.81"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>97.0.4665.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>94.0.4606.81</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
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/929634/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/929637/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v94.0.4606.81-r911515/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v94.0.4606.81-r911515/mini_installer.sync.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: F699B58AB72FA44607ED3E797ABB89A38237BD84703A4A09CCB413F317F8B854
checksum64: 1D3EC888A92A523A476705BCB11619EF86ED4E9F1FD4D939D071043F4AB1429A
checksum32: FA3002ECF43FFEDCBE9ED6FE6A5399DF531ACBC59F2F3E9F86A7C78FB19BC6B4
checksum64: 0FADA60EB44AE6BC6D8FFB6BAA86E2EB4FB3EBC26C1E0CE8861B6F03FE0C0FD6

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "97.0.4665.0-snapshots"
$version = "94.0.4606.81"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datagrip</id>
<version>2021.2.3</version>
<version>2021.2.4</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2021.2.3.exe'
checksum = '4868934b9fe86233b92aee58b81ef50499b02a592bc47bbd9b3f7bdfd6ead2fc'
url = 'https://download.jetbrains.com/datagrip/datagrip-2021.2.4.exe'
checksum = '19c18bdf205b9a92e7ab7cce4aa99faa080d3fb8106b61a1ff9306f5bac8e1dd'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
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/v14.18.0/node-v14.18.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.18.0/node-v14.18.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v16.11.0/node-v16.11.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.11.0/node-v16.11.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: BF9A25B6F57E1E00BC0571068537C6F8DA81F8D8C12B511090FE3B85CA7343A0
checksum64: 35AAFC1B10F7041B1F361FB042F32A6484482FF8633CB9C5FFCA36C10EF97536
checksum32: 8BE850C1384B5E96437FF2B884CB5ADD60BD44960863406DFDDFBC08DC9C96A9
checksum64: EC495FAFFE733E998FD78EFA7C6C8DE047690BAD2A6CD4CA088FBED72FF68358

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
Expand Up @@ -11,5 +11,5 @@
"13": "13.14.0",
"14": "14.18.0",
"15": "15.14.0",
"16": "16.10.0"
"16": "16.11.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>14.18.0</version>
<version>16.11.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
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v14.18.0-x86.msi"
$filePath64 = "$toolsPath\node-v14.18.0-x64.msi"
$filePath32 = "$toolsPath\node-v16.11.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.11.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
Expand Up @@ -11,5 +11,5 @@
"13": "13.14.0",
"14": "14.18.0",
"15": "15.14.0",
"16": "16.10.0"
"16": "16.11.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>14.18.0</version>
<version>16.11.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="[14.18.0]" />
<dependency id="nodejs.install" version="[16.11.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 502473c

Please sign in to comment.