homebrew-cask/Casks/flux.rb

22 lines
556 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flux' do
2015-11-02 13:38:02 +08:00
version '36-5'
sha256 '83fcca5c8b050da1e898bf9e39e01ba62ba766ecfbebc9ebc50dc910f249f5c6'
2015-08-09 07:40:05 +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-01-14 02:07:26 +08:00
:checkpoint => '9e37f570a848fd1876eda223962b80ae02fe723570f4a5f266c86a16cc97afa2'
2015-01-05 05:48:07 +08:00
name 'f.lux'
homepage 'https://justgetflux.com/'
license :gratis
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'
2014-09-18 19:57:56 +08:00
zap :delete => '~/Library/Preferences/org.herf.Flux.plist'
end