homebrew-cask/Casks/cakebrew.rb

21 lines
683 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cakebrew' do
2017-10-23 03:59:15 +08:00
version '1.2.5'
sha256 '2dc287acf04952a2b449a0d69cf1581915ef1e6c59d2ec1c83c3e37c263826ca'
# cakebrew-377a.kxcdn.com was verified as official when first introduced to the cask
url "https://cakebrew-377a.kxcdn.com/cakebrew-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://www.cakebrew.com/appcast/profileInfo.php'
2015-03-25 10:58:06 +08:00
name 'Cakebrew'
homepage 'https://www.cakebrew.com/'
auto_updates true
2014-09-16 00:05:21 +08:00
app 'Cakebrew.app'
2017-11-18 17:49:19 +08:00
zap trash: [
'~/Library/Caches/com.brunophilipe.Cakebrew',
'~/Library/Preferences/com.brunophilipe.Cakebrew.plist',
'~/Library/Saved Application State/com.brunophilipe.Cakebrew.savedState',
]
2014-04-30 01:44:44 +08:00
end