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 Dec 20, 2019
1 parent c8e69d5 commit 8091b47
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.65</version>
<version>2.66</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.65-1.portable.zip'
checksum = 'df43404c5dfc2ef4b00e42ff25505bc188de1ad008b7d3e781822b3bffe51aed'
url = 'https://download2.tixati.com/download/tixati-2.66-1.portable.zip'
checksum = '9f5aa5b0ab6f98bf68b87886ab65f759af703e35412823abde718ef12b47cb1b'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down

0 comments on commit 8091b47

Please sign in to comment.