homebrew-cask/Casks/flux.rb

22 lines
552 B
Ruby

cask 'flux' do
version '36-5'
sha256 '83fcca5c8b050da1e898bf9e39e01ba62ba766ecfbebc9ebc50dc910f249f5c6'
url "https://justgetflux.com/mac/Flux#{version}.zip"
appcast 'https://justgetflux.com/mac/macflux.xml',
:sha256 => 'bc62d110b076b5908a0ed4b7d84cd2494c2ab4b413232e336b3d042ec6a70a03'
name 'f.lux'
homepage 'https://justgetflux.com/'
license :gratis
app 'Flux.app'
postflight do
suppress_move_to_applications
end
uninstall :login_item => 'Flux'
zap :delete => '~/Library/Preferences/org.herf.Flux.plist'
end