homebrew-cask/Casks/ubar.rb

23 lines
861 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ubar' do
2016-03-11 09:48:08 +08:00
version '3.1.3'
sha256 '5c27b124fd66ae83c19cff3e23c384246fb77dc8141e719a617a030e3ced0ed2'
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",
2016-03-11 09:48:08 +08:00
checkpoint: '22b228e327e10fc5b1d2a05974471af5f0397946caf363006b3078b6cc56fe12'
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'
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',
]
end