homebrew-cask/Casks/fauxpas.rb

13 lines
320 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fauxpas' do
2015-11-10 19:24:35 +08:00
version '1.6'
sha256 '6a5d518df5a67ffef360cdcaef41dd10365bc90390354d5cde19e310d6ad9da6'
2014-09-02 19:19:32 +08:00
2015-08-09 05:53:02 +08:00
url "http://files.fauxpasapp.com/FauxPas-#{version}.tar.bz2"
2014-09-02 19:19:32 +08:00
appcast 'http://api.fauxpasapp.com/appcast'
2015-03-30 00:08:57 +08:00
name 'Faux Pas'
2014-09-02 19:19:32 +08:00
homepage 'http://fauxpasapp.com'
2015-08-30 02:09:43 +08:00
license :commercial
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