Skip to content

Commit

Permalink
Merge pull request #6834 from vitorgalvao/poltak-laplock
Browse files Browse the repository at this point in the history
Added cask for Laplock
  • Loading branch information
vitorgalvao committed Oct 20, 2014
2 parents eb202c8 + 330cf3c commit 06c27b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Casks/laplock.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 06c27b2

Please sign in to comment.