homebrew-cask-versions/Casks/propane.rb
2014-09-15 12:06:10 -04:00

10 lines
226 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/'
app 'Propane.app'
end