homebrew-cask/Casks/textwrangler.rb

18 lines
702 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'textwrangler' do
2015-11-15 11:18:27 +08:00
version '5.0.2'
sha256 '29484008bc95aee2e2731781b514cd60ca1e19fdb5a4b575ac5dbbf79472c346'
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