homebrew-cask/Casks/fauxpas.rb

14 lines
418 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fauxpas' do
2016-05-15 04:00:20 +08:00
version '1.6.2'
sha256 '2723b5a420d2ec37debe1511ef058370f356ec3decfb6bd74c10e28de192028a'
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"
2016-01-31 11:29:27 +08:00
appcast 'http://files.fauxpasapp.com/appcast.xml',
2016-05-15 04:00:20 +08:00
checkpoint: '4ed08adb98070de7a9889ed57106241b073b01fb107d2a22adfd86e995b1feb9'
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