homebrew-cask/Casks/flux.rb

22 lines
547 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',
checkpoint: '9e37f570a848fd1876eda223962b80ae02fe723570f4a5f266c86a16cc97afa2'
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