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 May 13, 2017
1 parent 835a208 commit 237c0c1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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>2.85.0</version>
<version>2.85.1</version>
<authors>Kovid Goyal</authors>
<owners>gep13, chocolatey</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/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'calibre'
fileType = 'MSI'
url = 'https://download.calibre-ebook.com/2.85.0/calibre-2.85.0.msi'
url64Bit = 'https://download.calibre-ebook.com/2.85.0/calibre-64bit-2.85.0.msi'
checksum = '3847d82492e683a203ddbb016408be2758b7080e92640e3642e1a27fe720b82a'
checksum64 = '8309d52c0b9d5aead3d80bc4f4c56f90622028996f92e786185bc3077f305791'
url = 'https://download.calibre-ebook.com/2.85.1/calibre-2.85.1.msi'
url64Bit = 'https://download.calibre-ebook.com/2.85.1/calibre-64bit-2.85.1.msi'
checksum = 'e7c1e0f489911e59bea163c520ec81c333f717ac3f5c53969a342c7cf600eb83'
checksum64 = '1318596d26e8b2b6fb5a44bb47bc67ce8b70aba48dc2428c8e8bae562e224532'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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>60.0.3098.0</version>
<version>60.0.3099.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '60.0.3098.0'
$version = '60.0.3099.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/471215/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/471214/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/471559/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/471559/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'e1feea5cc4afd51036901a6d25acb975'
checksum = '7e2b32af4b235117f20318d068b9b7e4'
checksumType = 'md5'
checksum64 = '468fbab55231178bf95e3492e38c605e'
checksum64 = 'ad32351c4cb3f996f0ab55e65610635b'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 237c0c1

Please sign in to comment.