Skip to content

Commit

Permalink
AU: 2 updated - calibre gom-player
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 25, 2021
1 parent 6c5578a commit af9c149
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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>5.21.0</version>
<version>5.22.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey-community, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ and can be verified by doing the following:

1. Download the following:
32-Bit software: NOT INCLUDED IN PACKAGE
64-Bit software: <https://download.calibre-ebook.com/5.21.0/calibre-64bit-5.21.0.msi>
64-Bit software: <https://download.calibre-ebook.com/5.22.0/calibre-64bit-5.22.0.msi>
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: NOT INCLUDED IN PACKAGE
checksum64: 5AC8BBD813210A0D1E9B3C7A8852F11AEEC15ABCBB89ED2B6EDD09F51240C44A
checksum64: 0013B18EFEB06010D7F677CCAD279E9A809C78CD0A07CCF2940BBD790604F4D1

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
6 changes: 3 additions & 3 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/gom-player.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gom-player</id>
<version>2.3.65.5329</version>
<version>2.3.66.5330</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gom-player</packageSourceUrl>
<owners>chocolatey-community, AdmiringWorm</owners>
<title>GOM Player (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit af9c149

Please sign in to comment.