Skip to content

Commit

Permalink
AU: 3 updated - smartftp vim youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 24, 2020
1 parent f3ee7e6 commit 29f571c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2734.0</version>
<version>9.0.2735.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '2eb57a8f8588195cec9ba6f9d4d82000e593ba47cebc4273d2979c0b269c9b58'
checksum64 = '9c79dc3a76390cfba10314ff7bfad312ec0dbea542f855080f89daafc2bfd1a6'
checksum = '007569920061575d43b3736ae77a8769eb8b89c81e5a4b8ee3218716be26b064'
checksum64 = '72eae3612a41effdf218226d45ec44203536ae2f2f81f8e33a9b18b1d880c479'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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.0141/gvim_8.2.0141_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0141/gvim_8.2.0141_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0147/gvim_8.2.0147_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0147/gvim_8.2.0147_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: 868414C1C4C3297DCBE8CADCD2D6E404D65EA5E5177718FB0F8648B6E0DEE35B
checksum64: C3B99ECF7D0AA3FB2FCBFDBD10FDA9AC4483B2B036B90B5BFCEF7A0475669E48
checksum32: 7354B8A68DF3BF444121C3C7B42DF8EAD0D9798DB8862093411114D3AE4F53AA
checksum64: 5B8C25E326FE9F311C60FCB531E7E2A5D30C52BBAD9D22C285DE3D2D049E2B51
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.0141_x86.zip"
file64 = "$toolsDir\gvim_8.2.0141_x64.zip"
file = "$toolsDir\gvim_8.2.0147_x86.zip"
file64 = "$toolsDir\gvim_8.2.0147_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.0141</version>
<version>8.2.0147</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
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2020.01.15/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2020.01.24/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: ca97110c9467a1e3620935b251d55db324fc16a00c8c9c7a6cc0af4ebcc1534932aca8f1ff4558d691eaeef22c8614de992e0125d1fab772ab920e1202663059
checksum: 9c21a861badecb133dbac4ea25a6038c185f70e1408a4b426ec36929b05590653eb2a5cb3cbe64ec92da4180b10e957d896dbcfd5e023ee192982754484973b7

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2020.01.15</version>
<version>2020.01.24</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 29f571c

Please sign in to comment.