homebrew-cask-versions/Casks/flashlight.rb
2014-11-24 03:23:00 +00:00

12 lines
386 B
Ruby

cask :v1 => 'flashlight' do
version :latest
sha256 :no_check
# appspot.com is the official download host for the latest version, per the developer
# Original discussion: https://github.com/nate-parrott/Flashlight/issues/104
url 'https://flashlightplugins.appspot.com/latest_download'
homepage 'http://flashlight.nateparrott.com/'
license :gpl
app 'Flashlight.app'
end