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 Jan 13, 2017
1 parent aba4b8d commit a9b4fb5
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.76.0</version>
<version>2.77.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.76.0/calibre-2.76.0.msi'
url64Bit = 'https://download.calibre-ebook.com/2.76.0/calibre-64bit-2.76.0.msi'
checksum = '400264bc86d295563619bac520037a856c49c91875545e925862d8bf1ac89f95'
checksum64 = '9234768b373c0da26b0d24160dd953fdae8a711c79aae50dd96c33bb9567fd21'
url = 'https://download.calibre-ebook.com/2.77.0/calibre-2.77.0.msi'
url64Bit = 'https://download.calibre-ebook.com/2.77.0/calibre-64bit-2.77.0.msi'
checksum = '373337fb8d8c797bac23393b3f7dd56661d4b358a2eb80ab88f0992a566e9dd8'
checksum64 = '59a75d0ea9cef5b998d66748f67a4c621cccf62ebb44cd1a23d9af1a0c522042'
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 @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>57.0.2980.0</version>
<version>57.0.2981.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 = '57.0.2980.0'
$version = '57.0.2981.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/443152/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/443157/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/443475/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/443483/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '975a6ac07380a6e72fbd21a6cfbeb7fc'
checksum = '270823f011adebaceecf16f01e161a63'
checksumType = 'md5'
checksum64 = '1b03fe2620d3ff341b00daca43c3ae86'
checksum64 = '2fd40c9d3ecd898c3dabba3a3a4e776e'
checksumType64= 'md5'
}

Expand Down

0 comments on commit a9b4fb5

Please sign in to comment.