Skip to content

Commit

Permalink
AU: 2 updated - curl smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 7, 2019
1 parent aebb530 commit 85e5edc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/curl/curl.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>curl</id>
<version>7.66.0.20190926</version>
<version>7.67.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/curl</packageSourceUrl>
<owners>chocolatey, Rob Reynolds</owners>
<title>cURL</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/curl/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 https://curl.haxx.se/download.html, scroll down to Windows and look for
binaries provided by Viktor Szakáts

x32: https://bintray.com/artifact/download/vszakats/generic/curl-7.66.0-win32-mingw.zip
x64: https://bintray.com/artifact/download/vszakats/generic/curl-7.66.0-win64-mingw.zip
x32: https://bintray.com/artifact/download/vszakats/generic/curl-7.67.0-win32-mingw.zip
x64: https://bintray.com/artifact/download/vszakats/generic/curl-7.67.0-win64-mingw.zip

to download the zip files. You may wish to rename one of the files.

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: EF1EFA1A0AD167CD7DA637436BA21BDAA7581AF24A5E1E6082835833D5D4677E
checksum64: 7F96E66447A85BFE0C9C517904284D464C36C31B20EF79A670A79D56EEC3D003
checksum32: D1FA95AA7BF13C12375212D5ED385094776DC7B2641FB703CCDE4C88D5CD6EC0
checksum64: 1D50DEEAC7F945ED75149E6300F6D21F007A6B942AB851A119ED76CDEF27D714

File 'LICENSE.txt' obtained from:
https://github.com/curl/curl/blob/028391df5d84d9fae3433afdee9261d565900355/COPYING
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.2716.0</version>
<version>9.0.2717.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 = '39d7084e28df6b2a8e235816a90187ff1b8de00ef0368143f97b4bb14f89218c'
checksum64 = '662d66aef329009b098660b190bbdff21b617958e7bffbb75c13f679ab0b85ee'
checksum = 'fcbebd1222ceeb5488c35fbb7519572d26b1b67d1aa6ac5d4a0067f0c79344db'
checksum64 = '3803640aef3357595362d9d65e3d030ee966e4d6515cd337f5783f2d186e0614'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 85e5edc

Please sign in to comment.