mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
11 lines
234 B
Ruby
11 lines
234 B
Ruby
class FauxPas < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://api.fauxpasapp.com/download_latest'
|
|
appcast 'http://api.fauxpasapp.com/appcast'
|
|
homepage 'http://fauxpasapp.com'
|
|
license :unknown
|
|
|
|
app 'FauxPas.app'
|
|
end
|