Skip to content

Commit

Permalink
AU: 2 updated - tixati tixati.portable [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 2, 2016
1 parent 780e807 commit 0f6fb47
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 @@ -5,7 +5,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>2.47</version>
<version>2.48</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://download3.tixati.com/download/tixati-2.47-1.portable.zip'
checksum = '4bd89e49b08f7e6eb2c02258a0e2ca548e31f5a04680dfbf4ab80ea86d3fcf9a'
url = 'https://download3.tixati.com/download/tixati-2.48-1.portable.zip'
checksum = '835502edb04f26e81bb31bee68c3fe0e22cf0ce82ff72a5d1f877e97356167f9'
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 @@ -5,7 +5,7 @@
<metadata>
<id>tixati</id>
<title>Tixati</title>
<version>2.47</version>
<version>2.48</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.47-1.install.exe'
$fileName = 'tixati-2.48-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.47-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.47-1.win64-install.exe'
checksum = '7ba5b8d7036447d7c1ea6b1b8d003dd18b10b44cc9fa283d5999cd7f7821561a'
checksum64 = '1210253a10f6fe1bc3e0432a810a1580617a2835a5bdcd44f03a9a8e25ba80a2'
url = 'https://download1.tixati.com/download/tixati-2.48-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.48-1.win64-install.exe'
checksum = '986618a29bace619193860993665c88f71e3dd147a43eedc6ee4337a534ba357'
checksum64 = '155d569cc2bfc73d6be5892f7d0c1226ed002bcff6d3e56bdd2a5d5b58a4a47e'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down

0 comments on commit 0f6fb47

Please sign in to comment.