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 Feb 24, 2017
1 parent c2b28a5 commit ab126d7
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.79.1</version>
<version>2.80.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.79.1/calibre-2.79.1.msi'
url64Bit = 'https://download.calibre-ebook.com/2.79.1/calibre-64bit-2.79.1.msi'
checksum = '6e94611d265a8ea52c4e992dd6558e495504ac9ead899cd22a4f77cdc7b807f6'
checksum64 = 'f435fe1ccee81115085de4800cf0f2f136a40200d8508e0650f873e75202701f'
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'
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>58.0.3022.0</version>
<version>58.0.3023.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 = '58.0.3022.0'
$version = '58.0.3023.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/452362/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/452386/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/452732/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/452750/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '674a606ead6badc0feda1e8ecca0d8d4'
checksum = 'cf11d4eae90a2f295d9a06367e8a764d'
checksumType = 'md5'
checksum64 = '0aa303537daa396bd32f037580d6c44c'
checksum64 = '340b2a8b4b0491b3e5d82691c10efa6c'
checksumType64= 'md5'
}

Expand Down

0 comments on commit ab126d7

Please sign in to comment.