homebrew-cask/Casks/bbedit.rb

23 lines
801 B
Ruby

cask 'bbedit' do
version '12.1.3'
sha256 '77f1d3e6643336b06906df67653537d67f402ff16607973ea883d3854bf9071c'
# s3.amazonaws.com/BBSW-download was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/BBSW-download/BBEdit_#{version}.dmg"
appcast 'https://versioncheck.barebones.com/BBEdit.xml',
checkpoint: 'af1c49e0053c093578a816147a10afe8b3a0ddfa863d2490b19721c7d961ad5a'
name 'BBEdit'
homepage 'https://www.barebones.com/products/bbedit/'
depends_on macos: '>= :mavericks'
app 'BBEdit.app'
zap trash: [
'~/Library/Application Support/BBEdit',
'~/Library/Preferences/com.barebones.bbedit.plist',
'~/Library/BBEdit',
'~/Library/Caches/com.barebones.bbedit',
]
end