homebrew-cask/Casks/harmony.rb

21 lines
858 B
Ruby
Raw Normal View History

2016-11-02 10:17:04 +08:00
cask 'harmony' do
2017-05-08 19:34:22 +08:00
version '0.6.0'
sha256 'c992bf32f9910dd9673a661924cbd5a1e5c93d3007ea6811c2e2460ed4391886'
2016-11-02 10:17:04 +08:00
# github.com/vincelwt/harmony was verified as official when first introduced to the cask
2017-03-20 02:40:22 +08:00
url "https://github.com/vincelwt/harmony/releases/download/v#{version}/harmony-#{version}-mac.app.zip"
2016-11-02 10:17:04 +08:00
appcast 'https://github.com/vincelwt/harmony/releases.atom',
2017-05-08 19:34:22 +08:00
checkpoint: 'f6460b5fa551bdea54f1b7cc3a1082897843f9fe847d29827709fb0458b94abc'
2016-11-02 10:17:04 +08:00
name 'Harmony'
homepage 'https://getharmony.xyz/'
2016-11-02 10:17:04 +08:00
app 'Harmony.app'
zap delete: [
'~/Library/Application Support/Harmony',
'~/Library/Preferences/com.vincelwt.harmony.helper.plist',
'~/Library/Preferences/com.vincelwt.harmony.plist',
'~/Library/Saved Application State/com.vincelwt.harmony.savedState',
]
2016-11-02 10:17:04 +08:00
end