From 1cc1b784824f8c2061f13b77ae06d13671034085 Mon Sep 17 00:00:00 2001 From: Fernando Paredes Date: Tue, 25 Jun 2013 18:03:24 -0700 Subject: [PATCH] Add Tomahawk cask --- Casks/tomahawk.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/tomahawk.rb diff --git a/Casks/tomahawk.rb b/Casks/tomahawk.rb new file mode 100644 index 000000000..c24312c80 --- /dev/null +++ b/Casks/tomahawk.rb @@ -0,0 +1,7 @@ +class Tomahawk < Cask + url 'http://www.tomahawk-player.org/download.php?file=Tomahawk-0.7.0.dmg' + homepage 'http://www.tomahawk-player.org/' + version '0.7.0' + sha1 'b47de8d1261f69eebca7697d08ae9ed6d2b5f06f' + link 'Tomahawk.app' +end