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