homebrew-cask/Casks/bbedit.rb

18 lines
495 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bbedit' do
2016-01-29 05:47:19 +08:00
version '11.5'
sha256 'ea8924e8a275a2c6ef19937d0874f0be5ac932a2a56718217a84b0c711bf8d12'
2014-09-08 01:46:04 +08:00
url "http://pine.barebones.com/files/BBEdit_#{version}.dmg"
2014-10-15 23:43:47 +08:00
appcast 'https://versioncheck.barebones.com/BBEdit.xml',
2016-02-27 20:09:54 +08:00
checkpoint: '38540ae3740f30447d6470ba25669380229a56f1d663720ba21641162d88dad7'
2015-01-30 03:33:55 +08:00
name 'BBEdit'
2013-10-30 23:14:30 +08:00
homepage 'http://www.barebones.com/products/bbedit/'
license :commercial
2014-09-16 00:05:18 +08:00
app 'BBEdit.app'
postflight do
suppress_move_to_applications
end
2013-10-30 23:14:30 +08:00
end