From aaa48376bc2d6275bc6123896cf7b7e75b054c02 Mon Sep 17 00:00:00 2001 From: Inkdpixels Date: Wed, 12 Jun 2013 10:42:17 +0200 Subject: [PATCH] Add a cask-file for the InSync.app --- Casks/insync.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/insync.rb diff --git a/Casks/insync.rb b/Casks/insync.rb new file mode 100644 index 000000000..0330c0595 --- /dev/null +++ b/Casks/insync.rb @@ -0,0 +1,7 @@ +class Insync < Cask + url 'http://s.insynchq.com/builds/Insync-1.0.11.31522.dmg' + homepage 'http://insynchq.com/' + version '1.0.11.31522' + sha1 'fe311fc627bcba5ee6516a25298ce3514eaae745' + link 'Insync.app' +end