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-03-20 02:40:22 +08:00
version '0.5.0'
sha256 'e67c1b0d345768d1a323bfd4c8a9f2e302a5552f2e26632abe8dc97304ddaee2'
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-03-20 02:40:22 +08:00
checkpoint: 'f6dc0576624d60b4735804fd6d38e987ad66cfd6a04e6a47e79eaa52c88f40a2'
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