Skip to content

Commit

Permalink
AU: 2 updated - qbittorrent vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 30, 2021
1 parent f5ca994 commit e1def48
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/qbittorrent/qbittorrent.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qbittorrent</id>
<title>qBittorrent</title>
<version>4.3.7</version>
<version>4.3.8</version>
<authors>Christophe Dumez</authors>
<owners>chocolatey-community,nconrads</owners>
<summary>qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/qbittorrent/tools/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the alternative sourceforge mirror liste
and can be verified like this:

1. Download the following installers:
32-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.7/qbittorrent_4.3.7_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.7/qbittorrent_4.3.7_x64_setup.exe/download>
32-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.8/qbittorrent_4.3.8_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.8/qbittorrent_4.3.8_x64_setup.exe/download>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: D734C8EC57966FDD54EC4A4CFBA95F0F9C6C355328469F2C83EE74846616354D
checksum64: D5AC29880966FD8E05DAF6C9F95C303BA36CAF505767C512D6E4D2F19D802F29
checksum32: FCC4D60946206DEE64985D65B78811826F80318D4D57E915A6BBCE08A38481BF
checksum64: FD507BADE63F51241D77D26AB48449281576287F44C560B9EC913981B0F99ABF

File 'LICENSE.txt' is obtained from <https://github.com/qbittorrent/qBittorrent/blob/0070dcf5509e43c2c3457c4e3f1ed0b1ae087e36/COPYING>
4 changes: 2 additions & 2 deletions automatic/qbittorrent/tools/chocolateyinstall.ps1
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
packageName = 'qbittorrent'
fileType = 'exe'
softwareName = 'qBittorrent*'
file = "$toolsDir\qbittorrent_4.3.7_setup.exe"
file64 = "$toolsDir\qbittorrent_4.3.7_x64_setup.exe"
file = "$toolsDir\qbittorrent_4.3.8_setup.exe"
file64 = "$toolsDir\qbittorrent_4.3.8_x64_setup.exe"
silentArgs = '/S'
validExitCodes = @(0, 1223)
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.3384/gvim_8.2.3384_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3384/gvim_8.2.3384_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3386/gvim_8.2.3386_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3386/gvim_8.2.3386_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: 447E7D2CD2405328528754FF065F7E24EB1BF58B471832AF54FDCC2019E41529
checksum64: 41A327739ADF29AB0C771676E480D7E02531B822F35C3554696FA7CCF3E231A4
checksum32: 0AD6EEE32EC1A559C6E6467174AE6C51198E00F6FE3810FC6ABF208A99A62888
checksum64: 501EDABB494B6942559D6A6F26969182FF5A53695E41D50DAE976F88DDAFE3D2
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3384_x86.zip"
file64 = "$toolsDir\gvim_8.2.3384_x64.zip"
file = "$toolsDir\gvim_8.2.3386_x86.zip"
file64 = "$toolsDir\gvim_8.2.3386_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3384</version>
<version>8.2.3386</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 e1def48

Please sign in to comment.