Skip to content

Commit

Permalink
AU: 5 updated - tixati tixati.portable winscp winscp.install winscp.p…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 21, 2019
1 parent 18cbe0d commit 6eed0af
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/tixati.portable/tixati.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>2.61</version>
<version>2.62</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tixati.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'tixati.portable'
url = 'https://download2.tixati.com/download/tixati-2.61-1.portable.zip'
checksum = 'ce610296923718f50cf4b3c4d8bd137fa4e2c9e62eb30e5914e76536c7ab3773'
url = 'https://download2.tixati.com/download/tixati-2.62-1.portable.zip'
checksum = 'c7fde7ae14f5440541971eeb1a42897456d4bfdb5a07624a2ad7df5dd3cc3536'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati/tixati.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati</id>
<title>Tixati</title>
<version>2.61</version>
<version>2.62</version>
<authors>Kevin Hearn</authors>
<owners>Redsandro</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/tixati/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop'

$packageName = 'tixati'
$fileName = 'tixati-2.61-1.install.exe'
$fileName = 'tixati-2.62-1.install.exe'
$download_dir = "$Env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion"

$packageArgs = @{
packageName = $packageName
fileFullPath = "$download_dir\$fileName"
url = 'https://download1.tixati.com/download/tixati-2.61-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.61-1.win64-install.exe'
checksum = '0e534ea17cbe05c3fd833685d17d30610b01a0c9de6172e1b87a77b1772c496f'
checksum64 = 'a2deebdcbe2bdac0b63ee07fd7f8aac6ccf61c129c474190732ad8fe70cc723e'
url = 'https://download1.tixati.com/download/tixati-2.62-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.62-1.win64-install.exe'
checksum = 'b6d05b7e6404b75974a3ed13466fd7ad963ad3eba6c8f591c1b3987a64100aa7'
checksum64 = '4670205a6bcfdb40a2df4279506d7bcd594a1fd5402eae8bb48bd11a0cdaf04d'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to https://winscp.net/eng/download.php

x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.15.2/WinSCP-5.15.2-Setup.exe/download
x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.15.3/WinSCP-5.15.3-Setup.exe/download

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: E80937D138EF72BDD1D738B2C0E466FBC4FA39A2DA2F7B4BD455DBB717728C31
checksum32: 860590C784721D57EFB7B14AD3C2614D1EC4B8741E9FC98DF9763C3E8935B64B

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-3.0.txt
4 changes: 2 additions & 2 deletions automatic/winscp.install/winscp.install.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>winscp.install</id>
<version>5.15.2</version>
<version>5.15.3</version>
<title>WinSCP (Install)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey, dtgm</owners>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.2-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.3-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://sourceforge.net/p/winscp/code/</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to https://winscp.net/eng/download.php

x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.15.2/WinSCP-5.15.2-Portable.zip/download
x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.15.3/WinSCP-5.15.3-Portable.zip/download

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: 31A9E83BAE63986EAFE0B87D051FC41239A5799BB31771CBA03689E5FD75946B
checksum32: 1BF8EFC533EBC94775F6F8D22D68B7C4CB6AC781221DEB7813D74DD0CA5952AD

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-3.0.txt
Binary file modified automatic/winscp.portable/tools/WinSCP.com
Binary file not shown.
2 changes: 1 addition & 1 deletion automatic/winscp.portable/tools/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
<https://www.gnu.org/licenses/why-not-lgpl.html>.


B. License of WinSCP Icon Set
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.portable/winscp.portable.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>winscp.portable</id>
<version>5.15.2</version>
<version>5.15.3</version>
<title>WinSCP (Portable)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey, dtgm</owners>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.2-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.3-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://sourceforge.net/p/winscp/code/</projectSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/winscp/winscp.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>winscp</id>
<version>5.15.2</version>
<version>5.15.3</version>
<title>WinSCP</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey, dtgm</owners>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.2-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.3-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://sourceforge.net/p/winscp/code/</projectSourceUrl>
Expand All @@ -42,7 +42,7 @@
<mailingListUrl>https://winscp.net/forum/index.php</mailingListUrl>
<bugTrackerUrl>https://winscp.net/tracker/</bugTrackerUrl>
<dependencies>
<dependency id="winscp.install" version="[5.15.2]" />
<dependency id="winscp.install" version="[5.15.3]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 6eed0af

Please sign in to comment.