diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index b5ea51a5e69..417cf45706a 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 2.80.0 + 2.82.0 Kovid Goyal gep13, chocolatey calibre is the one stop solution to all your e-book needs. diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index fb4719c206f..8a92ea39061 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -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' diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9b7b4bc1818..cd8e3433b7b 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 59.0.3045.0 + 59.0.3046.0 Chromium snapshots build chocolatey The Chromium Authors diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index c296203c1da..94b6a3985f8 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -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" @@ -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' }