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 committed Jun 1, 2018
1 parent 64cd110 commit 3204927
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>3.24.2</version>
<version>3.25.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
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.24.2/calibre-3.24.2.msi>
64-Bit software: <https://download.calibre-ebook.com/3.24.2/calibre-64bit-3.24.2.msi>
32-Bit software: <https://download.calibre-ebook.com/3.25.0/calibre-3.25.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.25.0/calibre-64bit-3.25.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: 7447A2ECC9447F0A83460ADDAF6481F3FFFE66FA7A5FA85A60E19D4E73E804FF
checksum64: CC113C06B427FFD98491BF6C020868E5D8127BEE02D32C0CCBA91CD5D1BF9F29
checksum32: EC23E54D781815F8A387941128776713F36801A41A912ABDACF32479A7C2CD86
checksum64: 46737813F6B6B545EE785A8035DB77701C075DE41130A6FE45938E5975CF53C0

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
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-3.24.2.msi"
file64 = "$toolsPath\calibre-64bit-3.24.2.msi"
file = "$toolsPath\calibre-3.25.0.msi"
file64 = "$toolsPath\calibre-64bit-3.25.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "69.0.3447.0-snapshots",
"snapshots": "69.0.3448.0-snapshots",
"stable": "67.0.3396.62"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>67.0.3396.62</version>
<title>Chromium</title>
<version>69.0.3448.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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://github.com/henrypp/chromium/releases/download/v67.0.3396.62-r550428-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v67.0.3396.62-r550428-win64/chromium-sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/563533/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/563534/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: AC0972283E5DD1157698F1B8497EB62A685EBDFA6751299715989C1A560F6BEB
checksum64: 0E713B71509A1CEF09266C9E1EE2CA8F07C3796853EA9BAD6C1B79C273561878
checksum32: A2E6138CA2D62DDD36B3B37DB49E5BBE6B5F9E3DB0065CDDF9CC2C4FD0D5DC79
checksum64: 4A1203824F07B769790A339DC29FCC1B2518E2EA839FC70662B1AAA2E1AFCA54

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

0 comments on commit 3204927

Please sign in to comment.