From 32049277fc129f3e6259588b129b6b873eb8ea61 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 1 Jun 2018 06:11:43 +0000 Subject: [PATCH] AU: 2 updated - calibre chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/80faf63e22a3e4819d14519c84cc880045915077 --- automatic/calibre/calibre.nuspec | 2 +- automatic/calibre/legal/VERIFICATION.txt | 8 ++++---- automatic/calibre/tools/chocolateyInstall.ps1 | 4 ++-- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index a0f32c2b15e..357c962b3c4 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 3.24.2 + 3.25.0 Kovid Goyal chocolatey, 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 6ad4d259967..59f33d35aeb 100644 --- a/automatic/calibre/legal/VERIFICATION.txt +++ b/automatic/calibre/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: 7447A2ECC9447F0A83460ADDAF6481F3FFFE66FA7A5FA85A60E19D4E73E804FF - checksum64: CC113C06B427FFD98491BF6C020868E5D8127BEE02D32C0CCBA91CD5D1BF9F29 + checksum32: EC23E54D781815F8A387941128776713F36801A41A912ABDACF32479A7C2CD86 + checksum64: 46737813F6B6B545EE785A8035DB77701C075DE41130A6FE45938E5975CF53C0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index 2ad4cd35bc4..6c93f6057fc 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'MSI' - file = "$toolsPath\calibre-3.24.2.msi" - file64 = "$toolsPath\calibre-64bit-3.24.2.msi" + file = "$toolsPath\calibre-3.25.0.msi" + file64 = "$toolsPath\calibre-64bit-3.25.0.msi" softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 0c9329bfd21..49988a46077 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "69.0.3447.0-snapshots", + "snapshots": "69.0.3448.0-snapshots", "stable": "67.0.3396.62" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ae19cd04845..9956aec41fa 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 67.0.3396.62 - Chromium + 69.0.3448.0-snapshots + Chromium Snapshots chocolatey The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 423a17d216a..dd31f46b3c2 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: AC0972283E5DD1157698F1B8497EB62A685EBDFA6751299715989C1A560F6BEB - checksum64: 0E713B71509A1CEF09266C9E1EE2CA8F07C3796853EA9BAD6C1B79C273561878 + checksum32: A2E6138CA2D62DDD36B3B37DB49E5BBE6B5F9E3DB0065CDDF9CC2C4FD0D5DC79 + checksum64: 4A1203824F07B769790A339DC29FCC1B2518E2EA839FC70662B1AAA2E1AFCA54 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 834bcf428ab..b2494dba083 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 = "67.0.3396.62" +$version = "69.0.3448.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string