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 Community committed Jan 12, 2021
1 parent d1b8b68 commit 33cce9b
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.78</version>
<version>2.79</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community</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.78-1.portable.zip'
checksum = 'f59043d8d10d2e9d7161050a3ae1867e1946cad7743ed856e4465f0efee57c02'
url = 'https://download2.tixati.com/download/tixati-2.79-1.portable.zip'
checksum = 'bc6d786ff25d93d03f797c8ff58a445f3e593bee7e61d7f711f15bbee49e61e6'
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.78</version>
<version>2.79</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community,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.78-1.install.exe'
$fileName = 'tixati-2.79-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.78-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.78-1.win64-install.exe'
checksum = '8e459278adfc1309168b8992d880a8a493bfd22b64e7983a02dc709c0337f9a0'
checksum64 = '96737e7352e2ff039b7fcd69463e5f347b78b47162a150932e7c0e3364b1f65b'
url = 'https://download1.tixati.com/download/tixati-2.79-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.79-1.win64-install.exe'
checksum = 'a7e314b69bf6590606224de651d19911d1cad0002eba0e17a790d2a503f1797a'
checksum64 = '3c1cf51379aabab0507f4caa5357f823e4ea08ec4b48d3c9229268c780a1e0bb'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down

0 comments on commit 33cce9b

Please sign in to comment.