Skip to content

Commit

Permalink
AU: 1 updated - tixati
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 18, 2019
1 parent 1b565b5 commit 2c0fc93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/tixati/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/bee4bc391df114723011dbd5b8a8af2a17c6bf2e/icons/tixati.png" width="48" height="48"/> [tixati](https://chocolatey.org/packages/tixati)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@bee4bc391df114723011dbd5b8a8af2a17c6bf2e/icons/tixati.png" width="48" height="48"/> [tixati](https://chocolatey.org/packages/tixati)


__Tixati__ is one of the most advanced and flexible BitTorrent clients available. And unlike many other clients, Tixati contains _NO SPYWARE, NO ADS,_ and _NO GIMMICKS._
Expand Down
4 changes: 2 additions & 2 deletions 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.58</version>
<version>2.59</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 Expand Up @@ -36,7 +36,7 @@ __Tixati__ is one of the most advanced and flexible BitTorrent clients available
<copyright></copyright>
<licenseUrl>http://www.tixati.com/tixati_eula.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/bee4bc391df114723011dbd5b8a8af2a17c6bf2e/icons/tixati.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@bee4bc391df114723011dbd5b8a8af2a17c6bf2e/icons/tixati.png</iconUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="autohotkey.portable" version="1.1.26.01" />
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.58-1.install.exe'
$fileName = 'tixati-2.59-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.58-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.58-1.win64-install.exe'
checksum = 'b3041f3bcec00ac9fdd14a15f1e46cacc8d4c44890ceea9bf7d271ecf5091526'
checksum64 = 'fa26583def1264dfa6bb48d4948adb19ce1fe623da5237943e804b5762f8172c'
url = 'https://download1.tixati.com/download/tixati-2.59-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.59-1.win64-install.exe'
checksum = '1c86b561864ae86f06c90e28f76a75d131976227dc489664d05f85d99d5e8942'
checksum64 = '88462a661f367b236f539e4f2bd5ee8293b3b5bbfc4b6fd64268b5df824807ca'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down

0 comments on commit 2c0fc93

Please sign in to comment.