homebrew-cask/Casks/propane.rb

9 lines
224 B
Ruby
Raw Normal View History

2012-10-14 23:04:58 +08:00
class Propane < Cask
url 'http://propaneapp.com/appcast/Propane.zip'
2014-05-14 21:40:02 +08:00
appcast 'http://propaneapp.com/appcast/release.xml'
2012-10-14 23:04:58 +08:00
homepage 'http://propaneapp.com/'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-06-06 14:40:17 +08:00
link 'Propane.app'
2012-10-14 23:04:58 +08:00
end