diff --git a/Terminals/Terminals.nuspec b/Terminals/Terminals.nuspec index fe04b3d..4e4f83c 100644 --- a/Terminals/Terminals.nuspec +++ b/Terminals/Terminals.nuspec @@ -3,7 +3,7 @@ Terminals.app Terminals - 3.3.0.24477 + 3.5.0.22546 Rob Chartier Ethan Brown Terminals open source RDP, SSH and Telnet client @@ -16,8 +16,7 @@ The project started from the need of controlling multiple connections simultaneo http://terminals.codeplex.com/license false http://download-codeplex.sec.s-msft.com/Download?ProjectName=terminals&DownloadId=324544&Build=19471 - http://terminals.codeplex.com/releases/view/110720 - + http://terminals.codeplex.com/releases/view/121477 diff --git a/Terminals/tools/chocolateyInstall.ps1 b/Terminals/tools/chocolateyInstall.ps1 index 176fe41..6847305 100644 --- a/Terminals/tools/chocolateyInstall.ps1 +++ b/Terminals/tools/chocolateyInstall.ps1 @@ -1,8 +1,11 @@ try { $package = 'Terminals' + $id = '832391' + $time = '130430743277870000' + $build = '20928' - $uri = 'http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=terminals&DownloadId=720349&FileTime=130216499768500000&Build=20748' - Install-ChocolateyPackage 'TerminalsSetup_V3.3' 'msi' '/quiet' $uri + $uri = "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=terminals&DownloadId=$id&FileTime=$time&Build=$build" + Install-ChocolateyPackage 'TerminalsSetup_V3.5' 'msi' '/quiet' $uri Write-ChocolateySuccess $package } catch {