homebrew-cask-versions/Casks/front.rb
2015-03-30 16:31:02 +03:00

11 lines
298 B
Ruby

cask :v1 => 'front' do
version :latest
sha256 :no_check
url 'http://dl.frontapp.com/front-latest.zip'
name 'Front'
homepage 'https://frontapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Front.app'
end