Skip to content

Commit

Permalink
AU: 3 updated - qbittorrent vim wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 19, 2020
1 parent dbb0172 commit f53bbfd
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/qbittorrent/qbittorrent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qbittorrent</id>
<title>qBittorrent</title>
<version>4.2.4</version>
<version>4.3.0</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
Original file line number Diff line number Diff line change
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.2.4/qbittorrent_4.2.4_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.2.4/qbittorrent_4.2.4_x64_setup.exe/download>
32-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.0/qbittorrent_4.3.0_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.0/qbittorrent_4.3.0_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: CDAB1B465CD4153AE8DE82F5486D62CA4DF8F2F036C3340AE0A866B803ECEA43
checksum64: 8632BD2950AEF57CC42F05B99F697E0BA4EA1736DB26ED051FD0687818C87194
checksum32: 60035B96010D6FB2E00A98D334080B7B94998AC325426F2586258CE4D6745ABA
checksum64: E1357EEC810D3E92CF5BC0FB7F4D8C2A9506CEA9173EA30EB6FDB03730A10C65

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
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
packageName = 'qbittorrent'
fileType = 'exe'
softwareName = 'qBittorrent*'
file = "$toolsDir\qbittorrent_4.2.4_setup.exe"
file64 = "$toolsDir\qbittorrent_4.2.4_x64_setup.exe"
file = "$toolsDir\qbittorrent_4.3.0_setup.exe"
file64 = "$toolsDir\qbittorrent_4.3.0_x64_setup.exe"
silentArgs = '/S'
validExitCodes = @(0, 1223)
}
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.1860/gvim_8.2.1860_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1860/gvim_8.2.1860_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1862/gvim_8.2.1862_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1862/gvim_8.2.1862_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: 2C61306D92D4FB3FC8703EE4D5C303AD92355D8F94F7058D1930974C9193578D
checksum64: C96A4A7DE9990B8F8BA933286125B415EAB58203A758229795634D5F8EF1070D
checksum32: 54DC14013C6BC85FCC55A41FC4D47AF0D274370EA20673472DACD216F899C87C
checksum64: 11115060B5E65691FFA04FD3E0D98D660B891D2C204307271D2D982AD0856D8B
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.1860_x86.zip"
file64 = "$toolsDir\gvim_8.2.1860_x64.zip"
file = "$toolsDir\gvim_8.2.1862_x86.zip"
file64 = "$toolsDir\gvim_8.2.1862_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.1860</version>
<version>8.2.1862</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
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.5/wesnoth-1.15.5-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.6/wesnoth-1.15.6-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '082c1acd50a0c0522aace1da0d399e152969f84538821910893e17e37ed41cb0'
checksum = 'e96b8abd723572aac6d06140ed0b14d7f1b936537aad37d552212c7c46b72cf3'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.14.14",
"beta": "1.15.5-beta"
"beta": "1.15.6-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.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>wesnoth</id>
<version>1.15.5-beta</version>
<version>1.15.6-beta</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit f53bbfd

Please sign in to comment.