mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
11 lines
286 B
Ruby
11 lines
286 B
Ruby
cask :v1 => 'fauxpas' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://api.fauxpasapp.com/download_latest'
|
|
appcast 'http://api.fauxpasapp.com/appcast'
|
|
homepage 'http://fauxpasapp.com'
|
|
license :unknown # todo: improve this machine-generated value
|
|
|
|
app 'FauxPas.app'
|
|
end
|