Skip to content

Commit

Permalink
AU: 2 updated - calibre spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 9, 2023
1 parent 760dd31 commit 4930262
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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>6.19.1</version>
<version>6.20.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 @@ -7,13 +7,13 @@ location on <https://download.calibre-ebook.com/6.html>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://download.calibre-ebook.com/6.19.1/calibre-64bit-6.19.1.msi>
64-Bit software: <https://download.calibre-ebook.com/6.20.0/calibre-64bit-6.20.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
checksum64: A5AC8E8E51BF456C24EFF640C0A6357511553BA53F0D44E663A51B42BFD40F4A
checksum64: 9499E2D064808D75193A20D28BED2FB0B0F669CF1743CBC9A216355E187908C7

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
2 changes: 1 addition & 1 deletion automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file64 = "$toolsPath\calibre-64bit-6.19.1.msi"
file64 = "$toolsPath\calibre-64bit-6.20.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"d26b18ee1a28e38cc8f30d32221775d1"|1.2.12.902
"a89de35a1c8ba88af85065c1a13bc068"|1.2.13.661
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.2.12.902</version>
<version>1.2.13.661</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = 'B9B3691F30AEF6357A8FFB39B0918CBC09995663A2D9C15DA634E52D32E9A4E6727D2A3703EED7922BAAE682FA2E60B0E56FB4B9BCAE1AFE7077F273BF7463E8'
checksum = '6FA22E85F78765F6AE7B7EB250AC972ABD492F7FB2541003E2FEE536709ED2F735FF86C7DEAC53CE63D95357AC7FAC34043C57562F0B17E26E4E71D80BFC1AC6'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 4930262

Please sign in to comment.