Skip to content

Commit

Permalink
AU: 2 updated - calibre renamemaster
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 22, 2021
1 parent dcdb302 commit eab8291
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.10.0</version>
<version>5.10.1</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.10.0/calibre-64bit-5.10.0.msi>
64-Bit software: <https://download.calibre-ebook.com/5.10.1/calibre-64bit-5.10.1.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: 868832F61468EFABA87603CF8809B8D77EC32F556612CE88E3A1815DAD716D04
checksum64: B1CB96DB1580B338CEA5DEB540F4C1F650FEB0BC6C2EB77F52B3A68F14EC1797

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.10.0/calibre-5.10.0.msi'
checksum = 'F0B5D52106BDCF972F312E737440F00644FC3AC51CCE89B5445ED71431079B77'
url = 'https://download.calibre-ebook.com/5.10.1/calibre-5.10.1.msi'
checksum = '70F546770A03FB04F66916146F56FD9418BFE00E596CEDFF2EA615AEE4AD21E4'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.10.0.msi"
file64 = "$toolsPath\calibre-64bit-5.10.1.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/renamemaster/renamemaster.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>renamemaster</id>
<version>3.15</version>
<version>3.16</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/renamemaster</packageSourceUrl>
<owners>chocolatey-community, Redsandro</owners>
<title>Rename Master</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/renamemaster/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'renamemaster'
fileType = 'zip'
url = 'http://files.snapfiles.com/directdl/rmv315.zip'
checksum = 'dcc26158f01ad204e7c749ca11b92baf24da2b8a3efed87c0146af3c6f2c7af7'
url = 'http://files.snapfiles.com/directdl/rmv316.zip'
checksum = '4f1d6c698dbe83dc90c998dde63f8039230be8c9c4093e13ee649a907cba5841'
checksumType = 'sha256'
unzipLocation = $toolsDir
}
Expand Down

0 comments on commit eab8291

Please sign in to comment.