Skip to content

Commit

Permalink
AU: 2 updated - tixati tixati.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 18, 2019
1 parent 1e81148 commit 6ddb976
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.63</version>
<version>2.64</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.63-1.portable.zip'
checksum = '7e974f4b4e1505a5f11f46cfc3af36d9dcea79ad7313336c6cd29dbb017b25a5'
url = 'https://download2.tixati.com/download/tixati-2.64-1.portable.zip'
checksum = 'dfdb724208f4c9ee82c1a0bc4d12a2dd82fea30ffb2b206070729cc8cf42e40c'
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.63</version>
<version>2.64</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.63-1.install.exe'
$fileName = 'tixati-2.64-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.63-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.63-1.win64-install.exe'
checksum = '8c7b71ce341ec2cedf5d87f59ad900802c1a234717faa9a095778d349ea1ec70'
checksum64 = '9151ce585009456b43087b2d4fc7e3ccb6e4e4484a1fde4097ac58d4569f3f27'
url = 'https://download1.tixati.com/download/tixati-2.64-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.64-1.win64-install.exe'
checksum = '997808b1d252e44508db50c284935c6012835076445fbeba6de8f989edddc0fb'
checksum64 = '2e6252380971cf13e04c43334b5ed30edfbc2c17f4d4c45bac7e01fe4d3229d8'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down

0 comments on commit 6ddb976

Please sign in to comment.