homebrew-cask/Casks/flux.rb

26 lines
801 B
Ruby

cask 'flux' do
version '39.984'
sha256 'c91c43641f6e6d41a10a8831aecae638cd402ef0c4bb0a0eafc90300d3e6e9ce'
url "https://justgetflux.com/mac/Flux#{version}.zip"
appcast 'https://justgetflux.com/mac/macflux.xml',
checkpoint: 'e25f6de1ea73a8a63230af8221a6f532feaa4b2bdedf3ee186f3af9a4f746350'
name 'f.lux'
homepage 'https://justgetflux.com/'
auto_updates true
app 'Flux.app'
uninstall login_item: 'Flux',
quit: 'org.herf.Flux'
zap delete: [
'~/Library/Preferences/org.herf.Flux.plist',
'~/Library/Caches/org.herf.Flux',
'~/Library/Cookies/org.herf.Flux.binarycookies',
'~/Library/Application Support/Flux',
'~/Library/Containers/com.justgetflux.flux',
]
end