homebrew-cask/Casks/flux.rb

26 lines
794 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flux' do
2017-08-03 13:29:38 +08:00
version '39.984'
sha256 'c91c43641f6e6d41a10a8831aecae638cd402ef0c4bb0a0eafc90300d3e6e9ce'
2016-08-12 09:35:09 +08:00
url "https://justgetflux.com/mac/Flux#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://justgetflux.com/mac/macflux.xml',
2017-08-03 13:29:38 +08:00
checkpoint: 'e25f6de1ea73a8a63230af8221a6f532feaa4b2bdedf3ee186f3af9a4f746350'
2015-01-05 05:48:07 +08:00
name 'f.lux'
homepage 'https://justgetflux.com/'
2016-06-21 20:55:26 +08:00
auto_updates true
2014-09-16 00:05:35 +08:00
app 'Flux.app'
2017-03-19 02:31:30 +08:00
uninstall login_item: 'Flux',
quit: 'org.herf.Flux'
2017-11-18 18:01:27 +08:00
zap trash: [
'~/Library/Application Support/Flux',
'~/Library/Caches/org.herf.Flux',
'~/Library/Containers/com.justgetflux.flux',
'~/Library/Cookies/org.herf.Flux.binarycookies',
'~/Library/Preferences/org.herf.Flux.plist',
]
end