From b1b74b3d514a08a855d6fec609d8e8ed6435a91f Mon Sep 17 00:00:00 2001 From: Iristyle Date: Mon, 15 Sep 2014 14:36:22 -0700 Subject: [PATCH] chore(Terminals): release 3.5.0.22546 --- Terminals/Terminals.nuspec | 5 ++--- Terminals/tools/chocolateyInstall.ps1 | 7 +++++-- 2 files changed, 7 insertions(+), 5 deletions(-) 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 {