Skip to content

Commit

Permalink
AU: 6 updated - chromium nodejs nodejs.install simplewall simplewall.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 11, 2021
1 parent 9b29250 commit fca820e
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "94.0.4604.0-snapshots",
"snapshots": "94.0.4605.0-snapshots",
"stable": "92.0.4515.131"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>94.0.4604.0-snapshots</version>
<version>94.0.4605.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
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/910210/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/910204/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/910805/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/910801/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: 2795A19872BE6233C772DF358190A97AC52C41166C40611AFCD6EF6DB7128F7C
checksum64: 901A7C74DE1B8F6869DB069D6CCDC255C7C8375747AC84C16AE8BCE03F49D84E
checksum32: 86ACED49C914285EFF007366808190102CCBEBB27D544CE22C4AD491BDAFEF0E
checksum64: 71EFAF04DB0BB7959052CD5124B676A82310DAD457A4B14BE8D09080CBEC928C

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 = "94.0.4604.0-snapshots"
$version = "94.0.4605.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
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/v16.6.1/node-v16.6.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.6.1/node-v16.6.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v16.6.2/node-v16.6.2-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.6.2/node-v16.6.2-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: 7A5A849BC890AEE91A2FF0285FE90E6DDC793B4F265792CE70B50595F6E0543B
checksum64: B3F74A4B6C8D31BB33B08228C6797B1F6D10B0BCF096F2D7287BCC225DFB237D
checksum32: 22B21336D6AE8D16A1E45D38BD198831AA27DDF8A61D52831CFBD3BA5D2866E0
checksum64: 6CB05E722749C98CC9D0D1B2EF0C3A4C5C05DA83A00B4EF04CEE0BD4A3CFBBC7

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
6 changes: 3 additions & 3 deletions automatic/nodejs.install/nodejs.install.json
Expand Up @@ -5,11 +5,11 @@
"9": "9.11.2",
"10": "10.24.1",
"11": "11.15.0",
"12": "12.22.4",
"12": "12.22.5",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.17.4",
"14": "14.17.5",
"15": "15.14.0",
"16": "16.6.1"
"16": "16.6.2"
}
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>16.6.1</version>
<version>16.6.2</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-v16.6.1-x86.msi"
$filePath64 = "$toolsPath\node-v16.6.1-x64.msi"
$filePath32 = "$toolsPath\node-v16.6.2-x86.msi"
$filePath64 = "$toolsPath\node-v16.6.2-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
6 changes: 3 additions & 3 deletions automatic/nodejs/nodejs.json
Expand Up @@ -5,11 +5,11 @@
"9": "9.11.2",
"10": "10.24.1",
"11": "11.15.0",
"12": "12.22.4",
"12": "12.22.5",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.17.4",
"14": "14.17.5",
"15": "15.14.0",
"16": "16.6.1"
"16": "16.6.2"
}
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>16.6.1</version>
<version>16.6.2</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="[16.6.1]" />
<dependency id="nodejs.install" version="[16.6.2]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall.install/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/henrypp/simplewall/releases/download/v.3.3.5/simplewall-3.3.5-setup.exe
x86: https://github.com/henrypp/simplewall/releases/download/v.3.4/simplewall-3.4-setup.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: C58F7446BC7F9565ABC00B08239A2FFBB27ED913E2C770A45653A890F8B1A4E5
checksum32: A3AE85F36C347368A2B652A8761CC9921399E9C7FE4BC9C585318A9DFF8CF2BC

The included 'LICENSE.txt' file have been obtained from:
https://github.com/henrypp/simplewall/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/simplewall.install/simplewall.install.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall.install</id>
<version>3.3.5</version>
<version>3.4</version>
<authors>Henry++</authors>
<summary>Simple tool to configure Windows Filtering Platform.</summary>
<description><![CDATA[Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Expand Down
2 changes: 1 addition & 1 deletion automatic/simplewall.install/tools/chocolateyInstall.ps1
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "simplewall*"
file = "$toolsDir\simplewall-3.3.5-setup.exe"
file = "$toolsDir\simplewall-3.4-setup.exe"
fileType = "exe"
silentArgs = "/S"
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall.portable/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The archive have been downloaded from the GitHub mirror and can be verified like

1. Download the following archive(s):

x86: https://github.com/henrypp/simplewall/releases/download/v.3.3.5/simplewall-3.3.5-bin.zip
x86: https://github.com/henrypp/simplewall/releases/download/v.3.4/simplewall-3.4-bin.zip

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: 3D8702E248CC7A5408744607EAB7CC2F445EAA76FCCAAD02CC0273685ED21956
checksum32: 98E53508485CCA512958F9BC4B9541DCDC70B11E1AADD3C9A1B416270846F1BD

The included 'LICENSE.txt' file have been obtained from:
https://github.com/henrypp/simplewall/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/simplewall.portable/simplewall.portable.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall.portable</id>
<version>3.3.5</version>
<version>3.4</version>
<authors>Henry++</authors>
<summary>Simple tool to configure Windows Filtering Platform.</summary>
<description><![CDATA[Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Expand Down
2 changes: 1 addition & 1 deletion automatic/simplewall.portable/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\simplewall-3.3.5-bin.zip"
file = "$toolsDir\simplewall-3.4-bin.zip"
destination = $toolsDir
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall/simplewall.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall</id>
<version>3.3.5</version>
<version>3.4</version>
<authors>Henry++</authors>
<summary>Simple tool to configure Windows Filtering Platform.</summary>
<description><![CDATA[Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Expand Down Expand Up @@ -37,7 +37,7 @@ The lightweight application is less than a megabyte, and it is compatible with W
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/simplewall</packageSourceUrl>
<releaseNotes>https://github.com/henrypp/simplewall/blob/master/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="simplewall.install" version="[3.3.5]" />
<dependency id="simplewall.install" version="[3.4]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit fca820e

Please sign in to comment.