homebrew-cask/Casks/textwrangler.rb

11 lines
337 B
Ruby
Raw Normal View History

2012-11-13 06:34:16 +08:00
class Textwrangler < Cask
2014-09-02 14:28:32 +08:00
version '4.5.10'
sha256 '52eb092165f86a7a6faddd9b97c75f9781ef13462fcdf9a16d919960db8613a8'
2014-08-09 11:58:42 +08:00
url "http://ash.barebones.com/TextWrangler_#{version}.dmg"
2014-06-09 22:41:38 +08:00
appcast 'https://versioncheck.barebones.com/TextWrangler.xml'
2012-11-19 13:13:43 +08:00
homepage 'http://www.barebones.com/products/textwrangler'
2014-09-16 00:06:28 +08:00
app 'TextWrangler.app'
2012-11-12 14:42:41 +08:00
end