mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
245 B
Ruby
7 lines
245 B
Ruby
class Bbedit < Cask
|
|
url 'http://ven.barebones.com/BBEdit_10.5.8.dmg'
|
|
homepage 'http://www.barebones.com/products/bbedit/'
|
|
version '10.5.8'
|
|
sha256 'f5f85a09ddc3dc4750854348b99778175ea28755056b136a2a1e1b1db496359c'
|
|
link 'BBEdit.app'
|
|
end
|