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 Mar 18, 2017
1 parent 4f0eab1 commit 16d12e8
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.80.0</version>
<version>2.82.0</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.80.0/calibre-2.80.0.msi'
url64Bit = 'https://download.calibre-ebook.com/2.80.0/calibre-64bit-2.80.0.msi'
checksum = '4a2d41551471f76df7bed4d7ca268e562e6aa3e0780f7e707c464fdf2659b58d'
checksum64 = 'c81759a6cf23773b57eb82c2182ebf5b6b56ac7e54fa8d5dd9a255291b3b5be1'
url = 'https://download.calibre-ebook.com/2.82.0/calibre-2.82.0.msi'
url64Bit = 'https://download.calibre-ebook.com/2.82.0/calibre-64bit-2.82.0.msi'
checksum = 'ea3e6eefcf2486b36c6bd129d13bc9a854da397aa4db3372174876da6d317d8b'
checksum64 = '22dd17311789c17c0768055cdc3e627fded156c9d63d4efaac1e8d44a178e261'
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>59.0.3045.0</version>
<version>59.0.3046.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 = '59.0.3045.0'
$version = '59.0.3046.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/457671/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/457682/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/457955/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/457957/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '1363d97fb933f56307f9e35eccb3d152'
checksum = 'ba458538e049805e80d7c5a20405e1ef'
checksumType = 'md5'
checksum64 = 'a1ce37c31aa63abef7a6c056e645f046'
checksum64 = '2f137e66fe754a2df5ab05edca67d81e'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 16d12e8

Please sign in to comment.