homebrew-cask/Casks/flux.rb

30 lines
857 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flux' do
2017-03-04 12:20:31 +08:00
version '39.94'
sha256 '45e69b3f02c02e6f442c1e2ce49b70e14f69d5cb7453cad031e61055ffbdb318'
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',
checkpoint: '16bee634c8c3ab57414f2aa3afac3afc762e6aad522247dc9d5c9bddd73fbdc7'
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'
2014-09-09 20:55:26 +08:00
postflight do
2014-11-02 07:14:31 +08:00
suppress_move_to_applications
end
2014-11-02 07:14:31 +08:00
2017-03-19 02:31:30 +08:00
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',
2017-04-11 07:25:45 +08:00
'~/Library/Application Support/Flux',
'~/Library/Containers/com.justgetflux.flux',
]
end