Skip to content

Commit

Permalink
AU: 1 updated - tixati.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 28, 2020
1 parent e864064 commit c8e5a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.67</version>
<version>2.68</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.67-1.portable.zip'
checksum = '7070b2c6a2b413949416727aa67cb72da34ae0e137d39627d51be3a82cdb9109'
url = 'https://download2.tixati.com/download/tixati-2.68-1.portable.zip'
checksum = 'd98917223e39354068b6e4ce16ecc75d0ac88c6c52cd7b7dc5eb9dfabea39851'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down

0 comments on commit c8e5a46

Please sign in to comment.