Skip to content

Commit

Permalink
AU: 4 updated - calibre chromium nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 18, 2022
1 parent 3db7b04 commit 3e74034
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>5.38.0</version>
<version>5.39.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey-community, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ and can be verified by doing the following:

1. Download the following:
32-Bit software: NOT INCLUDED IN PACKAGE
64-Bit software: <https://download.calibre-ebook.com/5.38.0/calibre-64bit-5.38.0.msi>
64-Bit software: <https://download.calibre-ebook.com/5.39.0/calibre-64bit-5.39.0.msi>
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: NOT INCLUDED IN PACKAGE
checksum64: 5510AC9A0E4C13F4F14D9383171AD13E96C7DAE3930BD3DDA0B13FF4579910F8
checksum64: 74C5192FFA774DA3920FA7A739492B240C123338E101B368569FA45947726766

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
6 changes: 3 additions & 3 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
url = 'https://download.calibre-ebook.com/5.38.0/calibre-5.38.0.msi'
checksum = '7D863FB15186570ADEFF63BC4CB4EFCDEE22F112F89E2F4404B408D245E1C06E'
url = 'https://download.calibre-ebook.com/5.39.0/calibre-5.39.0.msi'
checksum = '189C50888C595DE63F63461C99F79A9874901FF1687F8875FBA6446EB3432C69'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.38.0.msi"
file64 = "$toolsPath\calibre-64bit-5.39.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
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": "101.0.4951.0-snapshots",
"snapshots": "102.0.4952.0-snapshots",
"stable": "99.0.4844.74"
}
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>101.0.4951.0-snapshots</version>
<version>102.0.4952.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/982425/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/982376/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/982576/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/982588/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: 6FB035C02AF54486BC2A30AAB0103EF7B2D4C8E844C3C1455EC3C1622D6146D2
checksum64: 88BC9912B0EE101AE451631CE46B83CAA84A51BBF6C394CB8203227475F6E8F9
checksum32: F2882E3A509EC573053B9BEC2936F2F4C161C57F3987ED242F28883AC80D3AFD
checksum64: 3FD2CE2C7493ACE104C422881A20EF46BAF6C4259F0C9DC7A9FCC5677C8A28B4

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 = "101.0.4951.0-snapshots"
$version = "102.0.4952.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/v16.14.1/node-v16.14.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.14.1/node-v16.14.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v17.7.2/node-v17.7.2-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.7.2/node-v17.7.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: D9056D91A98A89D94C6F467113845C0BB88C2483F561A345D0817873D4207D45
checksum64: E14FEBF43B622C963B4D149057C4252548AB0807FB3D90F8734AB0A092B9A2B7
checksum32: 156D937AA6DE512E1BEB2357474E4A5F7F6999D936AE5FB1F75A4B45740E8605
checksum64: 1DB0EA1CCE473FE4D2908ACA305E2EE8E746420AAFE1FD58E4DC47E0B9443E17

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
8 changes: 4 additions & 4 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"9": "9.11.2",
"10": "10.24.1",
"11": "11.15.0",
"12": "12.22.10",
"12": "12.22.11",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.19.0",
"14": "14.19.1",
"15": "15.14.0",
"16": "16.14.1",
"17": "17.7.1"
"16": "16.14.2",
"17": "17.7.2"
}
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>16.14.1</version>
<version>17.7.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
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-v16.14.1-x86.msi"
$filePath64 = "$toolsPath\node-v16.14.1-x64.msi"
$filePath32 = "$toolsPath\node-v17.7.2-x86.msi"
$filePath64 = "$toolsPath\node-v17.7.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
8 changes: 4 additions & 4 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"9": "9.11.2",
"10": "10.24.1",
"11": "11.15.0",
"12": "12.22.10",
"12": "12.22.11",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.19.0",
"14": "14.19.1",
"15": "15.14.0",
"16": "16.14.1",
"17": "17.7.1"
"16": "16.14.2",
"17": "17.7.2"
}
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>16.14.1</version>
<version>17.7.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-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[16.14.1]" />
<dependency id="nodejs.install" version="[17.7.2]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 3e74034

Please sign in to comment.