Skip to content

Commit

Permalink
AU: 2 updated - calibre vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Mar 1, 2024
1 parent 820f860 commit 5df93a4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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>7.5.1</version>
<version>7.6.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/7.html>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://download.calibre-ebook.com/7.5.1/calibre-64bit-7.5.1.msi>
64-Bit software: <https://download.calibre-ebook.com/7.6.0/calibre-64bit-7.6.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: 78D348F7CEFDA75DD582A0412B408BE8CEDF200670E92DE89EC442A93D0A1C46
checksum64: 775C00348C36B70D8699FC20F8430360E486B3AA1DF9B0A9DD0C3D9C94AE7A57

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-7.5.1.msi"
file64 = "$toolsPath\calibre-64bit-7.6.0.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/v9.1.0143/gvim_9.1.0143_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0143/gvim_9.1.0143_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0145/gvim_9.1.0145_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0145/gvim_9.1.0145_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: E24D222E10BB72DA6A2B2FD8BB83EBA21335E7337D8A44213C61C2A6671A765B
checksum64: 70DA183F71484B181B041A66E9D832C25EFE1B0B3BFA3DB1EC2206B0B25B8D7E
checksum32: C92EE774F7DC6520BDC43DDB7397632B8C1D321FB347F795C46627D2BA4633C9
checksum64: A09085FDB8117CE96FF095A7E36DC11C54B7D77DDE07BE88B573844955F07EB8
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_9.1.0143_x86.zip"
file64 = "$toolsDir\gvim_9.1.0143_x64.zip"
file = "$toolsDir\gvim_9.1.0145_x86.zip"
file64 = "$toolsDir\gvim_9.1.0145_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>9.1.0143</version>
<version>9.1.0145</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 5df93a4

Please sign in to comment.