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-02-09 06:05:21 +08:00
version '1.6.1'
sha256 '8fa9f4e02e58f1916730dea2c074775af2c7b873328f7a61cda31d91d2817e45'
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-02-09 06:05:21 +08:00
checkpoint: '30c973f4af6720f24f73003d2d4acfda48c20263b45159edac57df8cc92c0a26'
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