homebrew-cask/Casks/bbedit.rb

23 lines
801 B
Ruby

cask 'bbedit' do
version '12.1.2'
sha256 'd21677d69314489a61b92e93684afee2d2dc90a99d9960bdfc150d46e1bb7123'
# 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: '078001a9ac34f3abb7bb12b59530c94d79fc3c5e9c1a5bc450be93e20c6d3dc8'
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