mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Minor changes to support some major new plugin features. Bug fixes and perfomance improvements, as always.
10 lines
315 B
Ruby
10 lines
315 B
Ruby
cask :v1 => 'flashlight' do
|
|
version 'v0.71-alpha'
|
|
sha256 '63c0258267c67e7213afb565882a222788856cbd9e6105bbe966b30ef9722bae'
|
|
|
|
url "https://github.com/nate-parrott/Flashlight/releases/download/#{version}/Flashlight.zip"
|
|
homepage 'http://flashlight.nateparrott.com/'
|
|
license :gpl
|
|
|
|
app 'Flashlight.app'
|
|
end
|