From da6a3c807d0b02d4fc5bdbd391732a5a4a7e943a Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sun, 14 Oct 2012 03:58:01 -0400 Subject: [PATCH] Add cask for livestation. Service to watch tv from around the world. --- Casks/livestation.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Casks/livestation.rb diff --git a/Casks/livestation.rb b/Casks/livestation.rb new file mode 100644 index 000000000..d387241d0 --- /dev/null +++ b/Casks/livestation.rb @@ -0,0 +1,5 @@ +class Livestation < Cask + url 'http://updates.livestation.com/releases/Livestation-3.2.0-intel.dmg' + homepage 'http://www.livestation.com' + version '3.2.0' +end