From 47ce930b9cf3492b4bdcb70bee2c5bec42998668 Mon Sep 17 00:00:00 2001 From: Fernando Paredes Date: Fri, 2 Aug 2013 17:53:47 -0700 Subject: [PATCH] Add QuickCast cask --- Casks/quick-cast.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/quick-cast.rb diff --git a/Casks/quick-cast.rb b/Casks/quick-cast.rb new file mode 100644 index 000000000..3993caabc --- /dev/null +++ b/Casks/quick-cast.rb @@ -0,0 +1,7 @@ +class QuickCast < Cask + url 'https://github.com/petetak/QuickCast/releases/download/0.75/QuickCast.zip' + homepage 'http://quickcast.io/' + version '0.75' + sha1 '9b8f7f8e82c23520ef8268e339b67d43c7dd706d' + link 'QuickCast.app' +end