Skip to content

Commit

Permalink
AU: 2 updated - filezilla vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 30, 2019
1 parent b755519 commit 37f8986
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.45.0</version>
<version>3.45.1</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.45.0_win32-setup.exe?h=75nptpu64OL5HDLttdOfEQ&x=1569352142
x64: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.45.0_win64-setup.exe?h=qKHcR9Mvrf_5VlJ3LOHqrA&x=1569352142
x32: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.45.1_win32-setup.exe?h=K37eOfmITex7ZGjnIjAb4Q&x=1569836795
x64: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.45.1_win64-setup.exe?h=Tt7ZOi79OJo0CuckSltnQA&x=1569836795

to download the installer.

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: 917FBCB39DD1C832DEBD55E1DA71F36DAF19703328A03871F789999116FDCA50
checksum64: DC0D40174C8675CF784B6B106B8C47C93C4388937D0C8AB6C95370F983FBC838
checksum32: D7D644C4FCE3EB9896ED4E07CE969FFC7193BBCE5626AE43F20B6296E8B37D1D
checksum64: 30D3BE95A35DEBF505349FD3C3E3DC879729C60415F33D6F2571DBC54AC721ED

Using AU:

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.1.2099/gvim_8.1.2099_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2099/gvim_8.1.2099_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2102/gvim_8.1.2102_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2102/gvim_8.1.2102_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: 05EB1D8F7FE038FD9B67F0C3397B285CA0B6CCBD39B1DED56E3E7A6AFFCD0797
checksum64: 2EAC4D4741E3050F4F724CD84E7753BB652F54BB74748D2E0D5A2629FEF15741
checksum32: 61C222610CBA4A7DC4B0DB13C02D9EF1674102AEDCB81A5C6F84764815781E29
checksum64: 7E5A2AE723FD29C1C103D480230493C980DC444B34C168546E36DB8CAE6B39E7
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.1.2099_x86.zip"
file64 = "$toolsDir\gvim_8.1.2099_x64.zip"
file = "$toolsDir\gvim_8.1.2102_x86.zip"
file64 = "$toolsDir\gvim_8.1.2102_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.1.2099</version>
<version>8.1.2102</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 37f8986

Please sign in to comment.