homebrew-cask-versions/Casks/laplock.rb
Jonathan Poltak Samosir 330cf3c6c7 Added cask for Laplock
2014-10-20 14:23:35 +01:00

11 lines
283 B
Ruby

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