From d856f5fe37ce2a80a1cf77520b2b02040278b0c0 Mon Sep 17 00:00:00 2001 From: Vince Cima Date: Mon, 15 Apr 2013 00:48:53 -0500 Subject: [PATCH] Add Filebot starting with version 3.6 --- Casks/filebot.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Casks/filebot.rb diff --git a/Casks/filebot.rb b/Casks/filebot.rb new file mode 100644 index 000000000..619767cfc --- /dev/null +++ b/Casks/filebot.rb @@ -0,0 +1,6 @@ +class Filebot < Cask + url 'http://downloads.sourceforge.net/project/filebot/filebot/FileBot_3.6/FileBot_3.6.app.tar.gz' + homepage 'http://www.filebot.net/' + version '3.6' + sha1 'ad492132226c0f6eb019a5dc62e59449cd5d98cd' +end \ No newline at end of file