You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
359 B
15 lines
359 B
cask :v1 => 'bbedit10' do
|
|
version '10.5.13'
|
|
sha256 '2de7baf01ba12650e158e86c65bea72103eca840ab2de45121e3460d09a58ebd'
|
|
|
|
url "http://pine.barebones.com/files/BBEdit_#{version}.dmg"
|
|
name 'BBEdit'
|
|
homepage 'http://www.barebones.com/products/bbedit/'
|
|
license :commercial
|
|
|
|
app 'BBEdit.app'
|
|
|
|
postflight do
|
|
suppress_move_to_applications
|
|
end
|
|
end
|
|
|