homebrew-cask/Casks/front.rb

12 lines
198 B
Ruby
Raw Normal View History

cask :v1 => 'front' do
version :latest
sha256 :no_check
url 'https://dl.frontapp.com/osx/front.dmg'
2015-03-30 21:31:02 +08:00
name 'Front'
homepage 'https://frontapp.com/'
2015-09-01 00:36:25 +08:00
license :gratis
app 'Front.app'
end