From 330cf3c6c744974df203470a258a70650d6526f0 Mon Sep 17 00:00:00 2001 From: Jonathan Poltak Samosir Date: Mon, 20 Oct 2014 13:35:57 +1100 Subject: [PATCH] Added cask for Laplock --- Casks/laplock.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Casks/laplock.rb diff --git a/Casks/laplock.rb b/Casks/laplock.rb new file mode 100644 index 000000000000..cb0bd2c8e940 --- /dev/null +++ b/Casks/laplock.rb @@ -0,0 +1,11 @@ +class Laplock < Cask + version :latest + sha256 :no_check + + # amazonaws is the official download host per the vendor homepage + url 'https://s3-eu-west-1.amazonaws.com/laplock/laplock.app.zip' + homepage 'http://beta.vyte.in/laplock-www/' + license :gratis + + app 'laplock.app' +end