Skip to content

Commit

Permalink
AU: 3 updated - juju tixati tixati.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 23, 2017
1 parent 1069973 commit 8d4c81c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/juju/juju.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>juju</id>
<version>2.1-rc2</version>
<version>2.1.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>AdmiringWorm,chocolatey</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.1/2.1-rc2/+download/juju-setup-2.1-rc2.exe>
1. Go to <https://launchpad.net/juju/2.1/2.1.0/+download/juju-setup-2.1.0.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 953C2656DC3D355669373A9FA21093614FCBADDC39754D86F496B5968659BEAD
checksum: 2377977EC4346483DDE79C1B5D95F067A69E3499693641867151D3AC6EF6789F

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/1a64fe64d6c5d9aacbda27a1fea925e078f191f2/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.1-rc2.exe"
file = "$toolsDir\juju-setup-2.1.0.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
}
Expand Down
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.51</version>
<version>2.53</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.51-1.portable.zip'
checksum = 'ad662c98db4e0b4ae73c98a533cb9fc8e671a929d3050ab9f9b51ff8057069ba'
url = 'https://download3.tixati.com/download/tixati-2.53-1.portable.zip'
checksum = '48590d0221a44a63020b52d350b1f7a8ec774c5508c09f28bf875bc5decb7a78'
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.51</version>
<version>2.53</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.51-1.install.exe'
$fileName = 'tixati-2.53-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.51-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.51-1.win64-install.exe'
checksum = '68fb3dce6af2d986da584fc6ecb173041c45705f8451946345814f8824fcb462'
checksum64 = '940b8ecc31100ad50b99d71babb65a2dff4e509543b1d85b4d55cfc237842dc4'
url = 'https://download1.tixati.com/download/tixati-2.53-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.53-1.win64-install.exe'
checksum = '7c210e86d586a5e5773c0af39778ba87883db6dbe8ce1d5bcd4da341dfa1cc0e'
checksum64 = 'b9a59a1d6bbde6fee773e0429a55afbdd792b42d59447ca5adea28966d12971c'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down

0 comments on commit 8d4c81c

Please sign in to comment.