diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index a193850c90a..70332b1d422 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 5.5.0 + 5.6.0 Kovid Goyal chocolatey-community, gep13 calibre is the one stop solution to all your e-book needs. diff --git a/automatic/calibre/legal/VERIFICATION.txt b/automatic/calibre/legal/VERIFICATION.txt index 8ff702b3444..93e44e3d2c4 100644 --- a/automatic/calibre/legal/VERIFICATION.txt +++ b/automatic/calibre/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ and can be verified by doing the following: 1. Download the following: 32-Bit software: NOT INCLUDED IN PACKAGE - 64-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' @@ -16,6 +16,6 @@ and can be verified by doing the following: checksum type: sha256 checksum32: NOT INCLUDED IN PACKAGE - checksum64: FB81AA0DC15337A1E79B78A89896AE5A798E0750B7849F301356899D33490E2D + checksum64: 503E408801D77887BA0B0F128C9C6D941A34BB6862BBDCC1656F7FB846E208C9 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index 6ebcbddcba1..b27251a35d6 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -5,10 +5,10 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'MSI' - url = 'https://download.calibre-ebook.com/5.5.0/calibre-5.5.0.msi' - checksum = '886CB32BAC1E532E101EEB7E95C462EEEB171B4EB22E00DF698F874C0EBD0133' + url = 'https://download.calibre-ebook.com/5.6.0/calibre-5.6.0.msi' + checksum = 'CCEF4BB09276C7E413311012BA073F8E61909B6351760286B07A8C167F2528A6' checksumType = 'sha256' - file64 = "$toolsPath\calibre-64bit-5.5.0.msi" + file64 = "$toolsPath\calibre-64bit-5.6.0.msi" softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 4632111b723..c22a08a6cc6 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "89.0.4338.0-snapshots", + "snapshots": "89.0.4339.0-snapshots", "stable": "87.0.4280.66" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 469719ed153..26198b3a199 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 89.0.4338.0-snapshots + 89.0.4339.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 3a2ddfcdc1e..f7a9b7ac479 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 4ADC2B4F8A723CE374467A9A6CBBA784B3F33D0686F0BA764E0AFF1AD59DBB27 - checksum64: F4B25036231F3E38EAA0026563805EB03E8F4BDF06508A9A0E786C151A11C3F9 + checksum32: D1C0D9AACD668913E0DFCC82DB8AFA1065F5EC58A906D700A57D3B61D1A1FCA0 + checksum64: 0F12FD84DC6490749EABD0A8A556F0E3D05D38C0FA803764A1EF1FC7FE66A6F6 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ce4d5b338e7..2623b64f527 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "89.0.4338.0-snapshots" +$version = "89.0.4339.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string