From 801a214c80c61ec73552bc3b8b2de2140fdd6c4a Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Mon, 6 Apr 2015 12:48:50 +0200 Subject: [PATCH] =?UTF-8?q?Add=20TI=20Connect=E2=84=A2=20CE=20v5.0.0.182?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TI Connectâ„¢ CE is a software from Texas Instruments used to connect to TI graphic calculators. --- Casks/ti-connect-ce.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Casks/ti-connect-ce.rb diff --git a/Casks/ti-connect-ce.rb b/Casks/ti-connect-ce.rb new file mode 100644 index 00000000000..f18ff8a05c7 --- /dev/null +++ b/Casks/ti-connect-ce.rb @@ -0,0 +1,11 @@ +cask :v1 => 'ti-connect-ce' do + version '5.0.0.182' + sha256 '54a80467c4807acbbe6f1dddf6516c045b36da0fc2d64c811d9212330cf9af9e' + + url "http://edudownload.ti.com/downloads/files/cdn/ti-connect-ce/TIConnectCE-#{version}.dmg" + name 'TI Connectâ„¢ CE' + homepage 'http://education.ti.com/en/us/products/computer_software/connectivity-software/ti-connect-ce-software' + license :gratis + + app 'TI Connect CE.app' +end