Skip to content

Commit

Permalink
AU: 2 updated - qtox vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 25, 2020
1 parent e51e805 commit 5648f21
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions automatic/qtox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ The embedded software have been downloaded from the listed download
locations and can be verified by doing the following:

1. Download the following
32-Bit software: <https://github.com/qTox/qTox/releases/download/v1.17.2/setup-qtox-i686-release.exe>
64-Bit software: <https://github.com/qTox/qTox/releases/download/v1.17.2/setup-qtox-x86_64-release.exe>
32-Bit software: <https://github.com/qTox/qTox/releases/download/v1.17.3/setup-qtox-i686-release.exe>
64-Bit software: <https://github.com/qTox/qTox/releases/download/v1.17.3/setup-qtox-x86_64-release.exe>
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: 53D457384F8A03867581D6AD5D9E83ADEF4ABC42F61687A89A7AB3D301F8C222
checksum64: 5B55ED202476154939D8DFC44D45E0E38C2BCA9C102DBFC1046CB2172FEAE35F
checksum32: FE3158ED9FD5429506D2E96308EBE29F74786CB4B6B90836725CAB38463067CF
checksum64: 34507704DFFFA533DA5F7934E2DB599E6DF4729AD900DFAA5443E2253721D810

The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/qTox/qTox/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/qtox/qtox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qtox</id>
<title>qTox</title>
<version>1.17.2</version>
<version>1.17.3</version>
<authors>qTox developers</authors>
<owners>chocolatey-community</owners>
<summary>Powerful Tox chat client that follows the Tox design guidelines.</summary>
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.2033/gvim_8.2.2033_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2033/gvim_8.2.2033_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2041/gvim_8.2.2041_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2041/gvim_8.2.2041_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: 397DA85C32387A779C544F28571443001C7A10D086318B7A11FCD9959CD3F0EF
checksum64: 908A1FB76AE3C41A61D00A15280805ACBFF034B0F193964201C217F95E7C6E2E
checksum32: FB389553C0D35101CF4A39584ACB0A40903A8038414DA0A19CF762BBA7E8B115
checksum64: 8030CCC449794BD21F5730887695C15A9A0006DD40889D8E05832960B81EFE6E
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.2033_x86.zip"
file64 = "$toolsDir\gvim_8.2.2033_x64.zip"
file = "$toolsDir\gvim_8.2.2041_x86.zip"
file64 = "$toolsDir\gvim_8.2.2041_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.2033</version>
<version>8.2.2041</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 5648f21

Please sign in to comment.