From dea4c345c65f1d96a1050f23e49629b1be567185 Mon Sep 17 00:00:00 2001 From: Fernando Paredes Date: Fri, 28 Jun 2013 10:32:09 -0700 Subject: [PATCH] Add Pins cask --- Casks/pins.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/pins.rb diff --git a/Casks/pins.rb b/Casks/pins.rb new file mode 100644 index 000000000..e67cf5cdb --- /dev/null +++ b/Casks/pins.rb @@ -0,0 +1,7 @@ +class Pins < Cask + url 'http://pinsapp.com/download/Pins.dmg' + homepage 'http://pinsapp.com/' + version 'latest' + no_checksum + link 'Pins.app' +end