homebrew-cask/Casks/propane.rb

13 lines
362 B
Ruby
Raw Normal View History

2014-11-14 01:26:43 +08:00
cask :v1 => 'propane' do
2014-09-17 19:42:58 +08:00
version :latest
sha256 :no_check
2014-06-18 23:11:05 +08:00
url 'https://propaneapp.com/appcast/Propane.zip'
2014-05-14 21:40:02 +08:00
appcast 'http://propaneapp.com/appcast/release.xml'
2015-01-23 06:50:30 +08:00
name 'Propane'
2012-10-14 23:04:58 +08:00
homepage 'http://propaneapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:10 +08:00
app 'Propane.app'
2012-10-14 23:04:58 +08:00
end