mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
6 lines
144 B
Ruby
6 lines
144 B
Ruby
class Propane < Cask
|
|
url 'http://propaneapp.com/appcast/Propane.zip'
|
|
homepage 'http://propaneapp.com/'
|
|
version 'latest'
|
|
no_checksum
|
|
end
|