homebrew-cask/Casks/beardedspice.rb

20 lines
698 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'beardedspice' do
2016-09-12 23:27:35 +08:00
version '2.1.0'
sha256 '72b4c374ea02f50962312c93aa4d08ced2082bf86deb67b4778a62a95eea3f01'
2015-04-14 21:02:47 +08:00
url "https://github.com/beardedspice/beardedspice/releases/download/v#{version}/BeardedSpice-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/beardedspice/beardedspice/releases.atom',
2016-09-12 23:27:35 +08:00
checkpoint: 'a094964523a941114a507e6ff6e3a3cb10dcdbd4fa3cb6acab693bb5f31ed438'
2015-01-23 06:29:51 +08:00
name 'BeardedSpice'
homepage 'https://github.com/beardedspice/beardedspice/'
2016-04-05 11:22:06 +08:00
auto_updates true
2014-09-16 00:05:18 +08:00
app 'BeardedSpice.app'
2016-04-05 11:22:06 +08:00
zap delete: [
'~/Library/Caches/com.beardedspice.BeardedSpice',
'~/Library/Preferences/com.beardedspice.BeardedSpice.plist',
]
2014-01-16 02:08:29 +08:00
end