You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
671 B
26 lines
671 B
cask 'flux-beta' do
|
|
version '39.94'
|
|
sha256 '45e69b3f02c02e6f442c1e2ce49b70e14f69d5cb7453cad031e61055ffbdb318'
|
|
|
|
url "https://justgetflux.com/mac/Flux#{version}.zip"
|
|
appcast 'https://justgetflux.com/mac/macflux.xml',
|
|
checkpoint: '16bee634c8c3ab57414f2aa3afac3afc762e6aad522247dc9d5c9bddd73fbdc7'
|
|
name 'f.lux'
|
|
homepage 'https://justgetflux.com/'
|
|
|
|
auto_updates true
|
|
conflicts_with cask: 'flux'
|
|
|
|
app 'Flux.app'
|
|
|
|
postflight do
|
|
suppress_move_to_applications
|
|
end
|
|
|
|
uninstall login_item: 'Flux'
|
|
|
|
zap delete: [
|
|
'~/Library/Preferences/org.herf.Flux.plist',
|
|
'~/Library/Caches/org.herf.Flux',
|
|
]
|
|
end
|
|
|