homebrew-cask/Casks/diffmerge.rb

16 lines
537 B
Ruby
Raw Normal View History

class Diffmerge < Cask
2013-10-25 21:00:52 +08:00
version '4.2.0.697'
sha256 '2c6368653af2440bb4460aef9bb1b2b5d8b84b5a3f47994c4abafc4d7ddbff9e'
2014-09-26 20:08:52 +08:00
url "http://download-us.sourcegear.com/DiffMerge/4.2.0/DiffMerge.#{version}.intel.stable.dmg"
homepage 'http://www.sourcegear.com/diffmerge'
2014-09-16 00:05:28 +08:00
app 'DiffMerge.app'
binary 'DiffMerge.app/Contents/MacOS/DiffMerge', :target => 'diffmerge'
caveats <<-EOS.undent
Use `diffmerge --nosplash` when configuring external tools such
as git to use diffmerge. This will squlech the splash screen.
EOS
end