cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / flux.rb
blob61e82c2f19d53c69d578e80af3df1fd22b1d9a6c
1 cask :v1 => 'flux' do
2   version :latest
3   sha256 :no_check
5   url 'https://justgetflux.com/mac/Flux.zip'
6   appcast 'https://justgetflux.com/mac/macflux.xml'
7   name 'f.lux'
8   homepage 'http://justgetflux.com'
9   license :gratis
11   app 'Flux.app'
13   postflight do
14     suppress_move_to_applications
15   end
17   zap :delete => '~/Library/Preferences/org.herf.Flux.plist'
18 end