homebrew-cask/Casks/ubar.rb

23 lines
881 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ubar' do
2015-10-30 01:41:02 +08:00
version '3.1.1'
sha256 'f5470e803ba75977099a9582a6d2eabd39aaad9baf6028bbc60b53a1c9bcc409'
url "http://www.brawersoftware.com/downloads/ubar/ubar#{version.delete('.')}.zip"
2015-08-02 04:06:51 +08:00
appcast "http://brawersoftware.com/appcasts/feeds/ubar/ubar#{version.to_i}.xml",
2015-10-30 01:41:02 +08:00
:sha256 => 'd7b751ea9c7cbbf04f549bfc24c8be2ea2901e5e0157b25216f0789a52620d1f'
2015-01-05 05:01:45 +08:00
name 'uBar'
homepage 'http://brawersoftware.com/products/ubar'
license :commercial
depends_on :macos => '>= :mavericks'
2015-12-15 10:50:44 +08:00
app 'uBar.app'
2015-12-15 10:50:44 +08:00
zap :delete => [
'~/Library/Application Support/uBar',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/ca.brawer.ubar.sfl',
'~/Library/Caches/ca.brawer.uBar',
'~/Library/Preferences/ca.brawer.uBar.plist',
2015-12-15 10:50:44 +08:00
]
end