homebrew-cask/Casks/textwrangler.rb

18 lines
707 B
Ruby
Raw Normal View History

2014-11-14 01:27:08 +08:00
cask :v1 => 'textwrangler' do
version '5.0'
sha256 'bba090699501a61a4592c73f5fe0eaf2e10b5f7eed5d4192b4f236491f9054cf'
2015-10-30 06:47:49 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/BBSW-download/TextWrangler_#{version}.dmg"
2014-10-15 23:43:56 +08:00
appcast 'https://versioncheck.barebones.com/TextWrangler.xml',
:sha256 => '11eab5ef576e132926b507f89031ff34419f1b817d7ff226755ea3c79ff76af6'
2015-01-06 10:09:32 +08:00
name 'TextWrangler'
2012-11-19 13:13:43 +08:00
homepage 'http://www.barebones.com/products/textwrangler'
2015-10-30 07:29:31 +08:00
license :gratis
2014-09-16 00:06:28 +08:00
app 'TextWrangler.app'
binary 'TextWrangler.app/Contents/Helpers/edit'
binary 'TextWrangler.app/Contents/Helpers/twdiff'
binary 'TextWrangler.app/Contents/Helpers/twfind'
2012-11-12 14:42:41 +08:00
end