From eb90a083e8980ec6e5b4eaa6d4468bfbd677597a Mon Sep 17 00:00:00 2001 From: Tadej Murovec Date: Thu, 23 Jan 2014 11:50:19 +0000 Subject: [PATCH] Add a cask for Trailer.app. * Install version 1.0.7 --- Casks/trailer.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/trailer.rb diff --git a/Casks/trailer.rb b/Casks/trailer.rb new file mode 100644 index 000000000..9767a5ec3 --- /dev/null +++ b/Casks/trailer.rb @@ -0,0 +1,7 @@ +class Trailer < Cask + url 'http://dev.housetrip.com/trailer/trailer107.zip' + homepage 'http://dev.housetrip.com/trailer/' + version '1.0.7' + sha1 '880b14ce4d4e6299f767aa997a30d83cd6e60575' + link 'Trailer.app' +end