Merge pull request #351 from abukin/update-sourcetree

update SourceTree to 1.6.0.1
This commit is contained in:
Vítor Galvão 2013-05-21 16:59:19 -07:00
commit 725c4a2da0
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
class Sourcetree < Cask class Sourcetree < Cask
url 'http://downloads.atlassian.com/software/sourcetree/SourceTree_1.5.7.1.dmg' url 'http://downloads.atlassian.com/software/sourcetree/SourceTree_1.6.0.1.dmg'
homepage 'http://www.sourcetreeapp.com/' homepage 'http://www.sourcetreeapp.com/'
version '1.5.7.1' version '1.6.0.1'
sha1 'f3cda927b68beb86015b01ad9a85842139287559' sha1 '3c6aec10ca8dc5faff8d19de9eeff6e9ff876948'
link :app, 'SourceTree.app'
end end