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 Feb 13, 2020
1 parent 20dd11e commit 21736d2
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.66</version>
<version>2.67</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.66-1.portable.zip'
checksum = '9f5aa5b0ab6f98bf68b87886ab65f759af703e35412823abde718ef12b47cb1b'
url = 'https://download2.tixati.com/download/tixati-2.67-1.portable.zip'
checksum = '7070b2c6a2b413949416727aa67cb72da34ae0e137d39627d51be3a82cdb9109'
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.65</version>
<version>2.67</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.65-1.install.exe'
$fileName = 'tixati-2.67-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.65-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.65-1.win64-install.exe'
checksum = '37ee8eb839753749ca79e724cc73504c8dfe67d47d7a7031f9c614b5a9e71672'
checksum64 = 'ff949746aca4e4cb91c7c42a4a9fb4156253a1239e65ada707dd9e017222e5fa'
url = 'https://download1.tixati.com/download/tixati-2.67-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.67-1.win64-install.exe'
checksum = 'c453eaec4a4a2e3592ab5a9c36b86134f3cca121117edc1fad33162656b139df'
checksum64 = '6f33cc575aaaff2aba4cd7f10e23e858c8ccb86c8b62410b115eb3e0f2a48199'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down

0 comments on commit 21736d2

Please sign in to comment.