homebrew-cask/Casks/spark-inspector.rb

11 lines
257 B
Ruby

class SparkInspector < Cask
version :latest
sha256 :no_check
url 'http://sparkinspector.com/downloads/sparkinspector.dmg'
appcast 'http://sparkinspector.com/sparkle/feed.xml'
homepage 'http://sparkinspector.com/'
app 'Spark Inspector.app'
end