homebrew-cask/Casks/flux.rb

26 lines
794 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flux' do
2018-04-24 03:59:25 +08:00
version '39.983'
sha256 '7b04effd88f4b12029cc929d9b3a5646e35be89bb5ea4404157133e9c96348e6'
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',
2018-04-24 03:59:25 +08:00
checkpoint: '4bf6d537d257ade71e07a188d635e5c92afeb043eb04f0d6b0927ba202839159'
2015-01-05 05:48:07 +08:00
name 'f.lux'
homepage 'https://justgetflux.com/'
2016-06-21 20:55:26 +08:00
auto_updates true
2014-09-16 00:05:35 +08:00
app 'Flux.app'
2017-03-19 02:31:30 +08:00
uninstall login_item: 'Flux',
quit: 'org.herf.Flux'
2017-11-18 18:01:27 +08:00
zap trash: [
'~/Library/Application Support/Flux',
'~/Library/Caches/org.herf.Flux',
'~/Library/Containers/com.justgetflux.flux',
'~/Library/Cookies/org.herf.Flux.binarycookies',
'~/Library/Preferences/org.herf.Flux.plist',
]
end