repo.or.cz
/
Homebrew
/
homebrew-cask-versions.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
cut v0.52.1
[Homebrew/homebrew-cask-versions.git]
/
Casks
/
flux.rb
blob
61e82c2f19d53c69d578e80af3df1fd22b1d9a6c
1
cask :v1 => 'flux' do
2
version :latest
3
sha256 :no_check
4
5
url 'https://justgetflux.com/mac/Flux.zip'
6
appcast 'https://justgetflux.com/mac/macflux.xml'
7
name 'f.lux'
8
homepage 'http://justgetflux.com'
9
license :gratis
10
11
app 'Flux.app'
12
13
postflight do
14
suppress_move_to_applications
15
end
16
17
zap :delete => '~/Library/Preferences/org.herf.Flux.plist'
18
end