homebrew-cask/Casks/flux.rb

22 lines
563 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flux' do
2016-02-21 04:58:17 +08:00
version '36.6'
2016-02-03 01:17:19 +08:00
sha256 '613cdb8deee91dd50f266cecc1f10c859d8ba9aa6b0cf2a25156849eec46bb1a'
2016-02-21 04:58:17 +08:00
url "https://justgetflux.com/mac/Flux#{version.dots_to_hyphens}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://justgetflux.com/mac/macflux.xml',
2016-02-03 01:17:19 +08:00
checkpoint: '8c96fbbbea24614bde904646ac83ebd852995bab8268c0c0e5297860c7a0f7e5'
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'
zap delete: '~/Library/Preferences/org.herf.Flux.plist'
end