Skip to content

Commit

Permalink
AU: 3 updated - calibre chromium nodejs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Feb 23, 2018
1 parent 071ad6e commit c7fa067
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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>3.16.0</version>
<version>3.18.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/3.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/3.16.0/calibre-3.16.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.16.0/calibre-64bit-3.16.0.msi>
32-Bit software: <https://download.calibre-ebook.com/3.18.0/calibre-3.18.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.18.0/calibre-64bit-3.18.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: BC812D75DE8F1FBE270C8299A439D011CAA1698E45CB7AC2BD33969C8D4D05B0
checksum64: 93EA139A7868DAE927F131FFE63EBC92C9824D31DCC15F951FB8B31A97E51694
checksum32: B9E848FA92F329C14150E80BDE9B464DEC8D33DD84842B129C7F422D9CEB017C
checksum64: 0B7C116CBF70EAF05F88E00996E6D1AB596A9B0FD2B217CDFE9A32CFCB4F14D0

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-3.16.0.msi"
file64 = "$toolsPath\calibre-64bit-3.16.0.msi"
file = "$toolsPath\calibre-3.18.0.msi"
file64 = "$toolsPath\calibre-64bit-3.18.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
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.3353.0-snapshots</version>
<version>66.0.3354.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/538392/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/538392/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/538698/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/538699/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: 17DB01365F6743278FB13DF9F78ECDDA58BEE9814289A86D5DA7F4097C561FB0
checksum64: 6C4F7BCB51D924B0AECCD5BEC1CA03C8F025D035677895917BD323D34DA32D2A
checksum32: D914F670DA65247CE37ED3DF0A568C238C41494EBCEBF5BD62F51128785E6FA8
checksum64: DF814D0BC3FE94E1D9266BA0C33F09D5C1CC4D4AE4433C4598A8AABDFD8316A5

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.3353.0-snapshots"
$version = "66.0.3354.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"9.4": "9.4.0",
"9.5": "9.5.0",
"6.13": "6.13.0",
"9.6": "9.6.0"
"9.6": "9.6.1"
}
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.0</version>
<version>9.6.1</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.0]" />
<dependency id="nodejs.install" version="[9.6.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit c7fa067

Please sign in to comment.