Skip to content

Commit

Permalink
AU: 2 updated - calibre vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 26, 2021
1 parent 50fb593 commit 1e2740a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.22.0</version>
<version>5.22.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.22.0/calibre-64bit-5.22.0.msi>
64-Bit software: <https://download.calibre-ebook.com/5.22.1/calibre-64bit-5.22.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: 0013B18EFEB06010D7F677CCAD279E9A809C78CD0A07CCF2940BBD790604F4D1
checksum64: 4FA8724AA756B738B9DA4C2C2C2BA0A514B65F7B6F3C7FA9556A006B93A58E62

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.22.0/calibre-5.22.0.msi'
checksum = 'F1E955F7E17A573528DE52C247CDB8CECAEBF1800EDFB866FAD332085C6052CF'
url = 'https://download.calibre-ebook.com/5.22.1/calibre-5.22.1.msi'
checksum = 'CAAD4E60D76B251A2FF15DC835B9E905709C0289CF96052C86DFA525830FFB71'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.22.0.msi"
file64 = "$toolsPath\calibre-64bit-5.22.1.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3046/gvim_8.2.3046_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3046/gvim_8.2.3046_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3049/gvim_8.2.3049_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3049/gvim_8.2.3049_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 635AC9E62A0A5E7C8C18DE42E3D302159DA6C08D5DD48B0EBA8E23CBE7031CDF
checksum64: A088271BFF322EEEED119776958A18A36009CC2A7A12066EC25484D37D8DBC2D
checksum32: 6011426EFA833FF75F56252AED76BDAC832588557D285432119D9A48EC5581D6
checksum64: BE5FEAF04D765B450E960CE72955D4A0716EE8CE44D3F844B5076432EA0AC7BE
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3046_x86.zip"
file64 = "$toolsDir\gvim_8.2.3046_x64.zip"
file = "$toolsDir\gvim_8.2.3049_x86.zip"
file64 = "$toolsDir\gvim_8.2.3049_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3046</version>
<version>8.2.3049</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 1e2740a

Please sign in to comment.