homebrew-cask/Casks/front.rb

11 lines
283 B
Ruby
Raw Normal View History

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