Skip to content

Commit

Permalink
AU: 2 updated - gitextensions smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 2, 2019
1 parent a2718e5 commit f76f7f3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/gitextensions/gitextensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"2.51": "2.51.5",
"2.50": "2.50.2",
"3.0": "3.0.2",
"3.1": "3.1"
"3.1": "3.1.1"
}
2 changes: 1 addition & 1 deletion automatic/gitextensions/gitextensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gitextensions</id>
<version>3.1</version>
<version>3.1.1</version>
<title>Git Extensions</title>
<authors>Henk Westhuis</authors>
<owners>chocolatey ferventcoder</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gitextensions/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 GitHub and can be verified like this:

1. Download the following installers:
url: <https://github.com/gitextensions/gitextensions/releases/download/v3.1/GitExtensions-3.1.0.5877.msi>
url: <https://github.com/gitextensions/gitextensions/releases/download/v3.1.1/GitExtensions-3.1.1.6049.msi>
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
checksum: 90E20D2CC0B59812768A74388F2031F6FFEDABF17022A6C207EA0FD79AEC5827
checksum: 03C43D690974A8E9E1D2D1452E9A5843971F3488F7CD374AAF7C83543E69ED5F

The included license file have been downloaded from <https://github.com/gitextensions/gitextensions/blob/0a4730ccdf7e36c0078813101a3ee70e825e93ec/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/gitextensions/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Git Extensions*'
fileType = 'msi'
file = "$toolsDir\GitExtensions-3.1.0.5877.msi"
file = "$toolsDir\GitExtensions-3.1.1.6049.msi"
silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath'
validExitCodes = @(0, 3010, 1641)
}
Expand Down
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.2666.0</version>
<version>9.0.2667.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 = '439c81d559982c54f3ddaff309a9591b1836246720d4ff678fce16e36acaadb1'
checksum64 = '3863a05d893c3a91a765961bc083e8f304370240be6102cfd8ec253983e48fc0'
checksum = '723f0c4173c40ac5c3001f2708d136e8323d18b65141a390b5b882381f3f9efe'
checksum64 = '286d0281c0b1d6876e792c6f16b64c84d88377787bbf93e8e4512ba0b91f7fac'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit f76f7f3

Please sign in to comment.