homebrew-cask-versions/Casks/propane.rb
2014-10-01 11:43:59 -04:00

11 lines
244 B
Ruby

class Propane < Cask
version :latest
sha256 :no_check
url 'https://propaneapp.com/appcast/Propane.zip'
appcast 'http://propaneapp.com/appcast/release.xml'
homepage 'http://propaneapp.com/'
license :unknown
app 'Propane.app'
end