Fix TextWrangler download URL

This commit is contained in:
Joao C Costa 2015-10-29 22:47:49 +00:00 committed by Vítor Galvão
parent 604b46bb8a
commit f5e1707a7b
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ cask :v1 => 'textwrangler' do
version '5.0'
sha256 'bba090699501a61a4592c73f5fe0eaf2e10b5f7eed5d4192b4f236491f9054cf'
url "http://ven.barebones.com/TextWrangler_#{version}.dmg"
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/BBSW-download/TextWrangler_#{version}.dmg"
appcast 'https://versioncheck.barebones.com/TextWrangler.xml',
:sha256 => '11eab5ef576e132926b507f89031ff34419f1b817d7ff226755ea3c79ff76af6'
name 'TextWrangler'