homebrew-cask/Casks/fauxpas.rb

12 lines
286 B
Ruby
Raw Normal View History

cask :v1 => 'fauxpas' do
2014-09-17 19:42:44 +08:00
version :latest
2014-09-02 19:19:32 +08:00
sha256 :no_check
url 'http://api.fauxpasapp.com/download_latest'
appcast 'http://api.fauxpasapp.com/appcast'
homepage 'http://fauxpasapp.com'
2014-12-10 21:49:22 +08:00
license :unknown # todo: improve this machine-generated value
2014-09-02 19:19:32 +08:00
2014-09-16 00:05:33 +08:00
app 'FauxPas.app'
2014-09-02 19:19:32 +08:00
end