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: 'f6127c732fe64848139f952b0ff08dcd4ba97f1a58d6599857d6268ad035b5ec'
|
|
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
|
|
|