homebrew-cask-versions/Casks/propane.rb
2015-01-23 15:17:21 +00:00

12 lines
362 B
Ruby

cask :v1 => 'propane' do
version :latest
sha256 :no_check
url 'https://propaneapp.com/appcast/Propane.zip'
appcast 'http://propaneapp.com/appcast/release.xml'
name 'Propane'
homepage 'http://propaneapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Propane.app'
end