homebrew-cask/Casks/flux.rb

27 lines
653 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flux' do
2016-08-02 21:07:44 +08:00
version '37.5'
sha256 '082c213931a8e9594d34042372aef2f2c1baefecf9474b89fedc3aadf67ba1f8'
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',
2016-08-12 09:35:09 +08:00
checkpoint: 'a83636ef44a20631d8a58ed06cbd8078b8349a15339bbe20dfd7d719a918bf89'
2015-01-05 05:48:07 +08:00
name 'f.lux'
homepage 'https://justgetflux.com/'
license :gratis
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
uninstall login_item: 'Flux'
zap delete: [
'~/Library/Preferences/org.herf.Flux.plist',
'~/Library/Caches/org.herf.Flux',
]
end