Skip to content

Commit

Permalink
AU: 4 updated - chromium nodejs nodejs.install poweriso
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 1, 2018
1 parent 10f97a8 commit 2214702
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 22 deletions.
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>66.0.3358.0-snapshots</version>
<version>66.0.3359.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/539778/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/539780/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/540119/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/540119/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: 071B1EF45CD353DF348B7647D29905FC9F8C94EE6E4C74A0755C2E77DC8CE560
checksum64: A82092DAEE2616D391D9F08FD87ADC91DBCB55F0C9D80F4D2AA18EEA4DADDFFB
checksum32: 1A72E21E6DC9D7E996E894EA0431BBF2811F93B9A8E3FFDB4EB33AD205FC2229
checksum64: 2A168254792D7F5EB0C5FCC674A66D32B203555E975507A1BE98AFC6ADA32A6F

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 = "66.0.3358.0-snapshots"
$version = "66.0.3359.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/v9.6.0/node-v9.6.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.6.0/node-v9.6.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v9.7.0/node-v9.7.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.7.0/node-v9.7.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: EADC16162A06DE6FEACB3BB69A6FCDC67F01F4D18102A268AC237FAF9CF32FB7
checksum64: 140E40EE7066DA362EA9F4E3B066E69EA098E2D67334B41233B0E1F1615D6588
checksum32: FB7E4F5E84ACAA06821313E11D09A76893FBE602ECB9D567379C4E75E9D9F376
checksum64: 2A37C917C6CBB3A3AA04EC3BF82A2ED703BF44DE3D0C13AF9A6C33C04EA060BA

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
3 changes: 2 additions & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"9.3": "9.3.0",
"9.4": "9.4.0",
"6.13": "6.13.0",
"9.6": "9.6.0"
"9.6": "9.6.0",
"9.7": "9.7.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>9.6.0</version>
<version>9.7.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, 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-v9.6.0-x86.msi"
$filePath64 = "$toolsPath\node-v9.6.0-x64.msi"
$filePath32 = "$toolsPath\node-v9.7.0-x86.msi"
$filePath64 = "$toolsPath\node-v9.7.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
3 changes: 2 additions & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"9.4": "9.4.0",
"9.5": "9.5.0",
"6.13": "6.13.0",
"9.6": "9.6.1"
"9.6": "9.6.1",
"9.7": "9.7.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>9.6.1</version>
<version>9.7.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, 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.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[9.6.1]" />
<dependency id="nodejs.install" version="[9.7.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/poweriso/poweriso.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>poweriso</id>
<title>PowerISO</title>
<version>7.0</version>
<version>7.1</version>
<authors>Power Software Ltd</authors>
<owners>gep13, chocolatey</owners>
<summary>PowerISO is a powerful CD / DVD / BD image file processing tool.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/poweriso/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
fileType = 'exe'
url = 'http://www.poweriso.com/PowerISO6.exe'
url64bit = 'http://www.poweriso.com/PowerISO6-x64.exe'
checksum = 'dc416a8c821fca721ce8647298507e9020638f11794171e207e79d5fb796fb4b'
checksum64 = '1ae8785d67c219e80d802a7747de8f9c9dddd1e53997f710351e8bb19591fe5e'
checksum = '00e2a74cee7fbe101bf528139ed3671e5ba658ea8db500603300a453bfa9b18c'
checksum64 = 'e70e8e1a77f447db1b44827c3acda275954bb769970f5651e6d688a669903512'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down
4 changes: 2 additions & 2 deletions automatic/poweriso/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{

[array] $key = Get-UninstallRegistryKey $softwareNamePattern
if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs.file = "$($_.UninstallString.Replace(' /x86=0', ''))" #"C:\Program Files\OpenSSH\uninstall.exe" /x86=0
Uninstall-ChocolateyPackage @packageArgs
}
Expand All @@ -25,6 +25,6 @@ elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}

0 comments on commit 2214702

Please sign in to comment.