mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
7 lines
160 B
Ruby
7 lines
160 B
Ruby
class FLux < Cask
|
|
url 'https://secure.herf.org/flux/Flux.zip'
|
|
homepage 'http://stereopsis.com/flux/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Flux.app'
|
|
end
|