homebrew-cask/Casks/textwrangler.rb

8 lines
240 B
Ruby
Raw Normal View History

2012-11-13 06:34:16 +08:00
class Textwrangler < Cask
2013-05-15 00:32:42 +08:00
url 'http://ash.barebones.com/TextWrangler_4.5.1.dmg'
2012-11-19 13:13:43 +08:00
homepage 'http://www.barebones.com/products/textwrangler'
2013-05-15 00:32:42 +08:00
version '4.5.1'
sha1 'af2b085fd5a76b29339fc6f0164cb2c1d880d99e'
2013-06-01 07:51:31 +08:00
link 'TextWrangler.app'
2012-11-12 14:42:41 +08:00
end