Skip to content

Commit

Permalink
AU: 2 updated - calibre chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 26, 2021
1 parent d51c777 commit 6b2da0c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.13.0</version>
<version>5.14.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.13.0/calibre-64bit-5.13.0.msi>
64-Bit software: <https://download.calibre-ebook.com/5.14.0/calibre-64bit-5.14.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: C6E2EBB2B0CE89F0F55DD4C478D5B78E88372B78FE4F94DBDDBA81E43AD5225E
checksum64: A43C4BB8AFB7C277D19C0EB6C038BD3EF0B995FFF6B6EFEC00F556325BE79FCC

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.13.0/calibre-5.13.0.msi'
checksum = 'C6F9194211AB1675851EF2CDFDC97988A38276C051ED6BD2815C93F34BA83123'
url = 'https://download.calibre-ebook.com/5.14.0/calibre-5.14.0.msi'
checksum = 'EF575F4C45E92E7B64B9383FDD13BAEEF657D28E74460B040E01E79317EC04FD'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.13.0.msi"
file64 = "$toolsPath\calibre-64bit-5.14.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": "91.0.4459.0-snapshots",
"snapshots": "91.0.4460.0-snapshots",
"stable": "89.0.4389.90"
}
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>91.0.4459.0-snapshots</version>
<version>91.0.4460.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/866444/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/866447/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/866903/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/866903/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: DDA29B7201DA3A42261C04F5A8CD8FE0B919218E5D7D49367F934E9C3DF65218
checksum64: 6765EB013307D6F276EA20A8E0378A4A998982FC05048450CE98286C55531C52
checksum32: DB8B3482320E5A8882144CC85073804F22005AFDB7E50CEE45478770DD7B53C9
checksum64: 16F851EF24B65007F9C1AC7A6338DB0AD1A2ED38B1AFFAE36E557A3DCDFA41D5

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 = "91.0.4459.0-snapshots"
$version = "91.0.4460.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down

0 comments on commit 6b2da0c

Please sign in to comment.