From af9c14957ae659a8f5e7ed6ffbb6fec7ce0aa437 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 25 Jun 2021 06:13:05 +0000 Subject: [PATCH] AU: 2 updated - calibre gom-player [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/2beb77a5e7bb548e4cc0eb8854956dcb44f7d474 --- automatic/calibre/calibre.nuspec | 2 +- automatic/calibre/legal/VERIFICATION.txt | 4 ++-- automatic/calibre/tools/chocolateyInstall.ps1 | 6 +++--- automatic/gom-player/gom-player.nuspec | 2 +- automatic/gom-player/tools/chocolateyinstall.ps1 | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index a9b2455829e..b1258ecbe62 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 5.21.0 + 5.22.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 e099f7de054..b4dba87399c 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: 5AC8BBD813210A0D1E9B3C7A8852F11AEEC15ABCBB89ED2B6EDD09F51240C44A + checksum64: 0013B18EFEB06010D7F677CCAD279E9A809C78CD0A07CCF2940BBD790604F4D1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index cdc9a71f105..6bc752a8515 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.21.0/calibre-5.21.0.msi' - checksum = '2559AB1F4295B96F29EEDB2EF595ADC8C04B5308451DC1A394380CA9DD51B804' + url = 'https://download.calibre-ebook.com/5.22.0/calibre-5.22.0.msi' + checksum = 'F1E955F7E17A573528DE52C247CDB8CECAEBF1800EDFB866FAD332085C6052CF' checksumType = 'sha256' - file64 = "$toolsPath\calibre-64bit-5.21.0.msi" + file64 = "$toolsPath\calibre-64bit-5.22.0.msi" softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641) diff --git a/automatic/gom-player/gom-player.nuspec b/automatic/gom-player/gom-player.nuspec index f762a0b28c4..a027da3289b 100644 --- a/automatic/gom-player/gom-player.nuspec +++ b/automatic/gom-player/gom-player.nuspec @@ -3,7 +3,7 @@ gom-player - 2.3.65.5329 + 2.3.66.5330 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gom-player chocolatey-community, AdmiringWorm GOM Player (Install) diff --git a/automatic/gom-player/tools/chocolateyinstall.ps1 b/automatic/gom-player/tools/chocolateyinstall.ps1 index 713180760cc..43d34e19ee5 100644 --- a/automatic/gom-player/tools/chocolateyinstall.ps1 +++ b/automatic/gom-player/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ fileType = 'exe' url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE' softwareName = 'GOM Player' - checksum = '51cac36094572fefe0bf82ec263463f050444f5bf4caa7762fb957e9f0b53b79' + checksum = '19a613db0821814e55c1c5f2f1b60440ad34d96042b4c48192472d6e6ece152f' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0)