From 4766c6ab1821a2d568f8eed818ff5e059fa4eb67 Mon Sep 17 00:00:00 2001 From: Fernando Paredes Date: Mon, 1 Jul 2013 17:10:26 -0700 Subject: [PATCH] Add The Hit List cask --- Casks/the-hit-list.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/the-hit-list.rb diff --git a/Casks/the-hit-list.rb b/Casks/the-hit-list.rb new file mode 100644 index 000000000..c674e510d --- /dev/null +++ b/Casks/the-hit-list.rb @@ -0,0 +1,7 @@ +class TheHitList < Cask + url 'http://www.potionfactory.com/files/thehitlist/TheHitList.zip' + homepage 'http://www.potionfactory.com/thehitlist' + version 'latest' + no_checksum + link 'The Hit List.app' +end