homebrew-cask/Casks/flux.rb

19 lines
435 B
Ruby
Raw Normal View History

2014-11-14 01:25:51 +08:00
cask :v1 => 'flux' do
2015-10-10 18:59:09 +08:00
version '36-4'
sha256 'a20b23538224c18948ce9a38c259c5c2b6e727accd0fc323eee6433c45a32015'
2015-08-09 07:40:05 +08:00
url "https://justgetflux.com/mac/Flux#{version}.zip"
2014-05-14 21:40:00 +08:00
appcast 'https://justgetflux.com/mac/macflux.xml'
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
2014-09-18 19:57:56 +08:00
zap :delete => '~/Library/Preferences/org.herf.Flux.plist'
end