mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
292 B
Ruby
7 lines
292 B
Ruby
class Diffmerge < Cask
|
|
url 'http://download-us.sourcegear.com/DiffMerge/4.2.0/DiffMerge.4.2.0.697.intel.stable.dmg'
|
|
homepage 'http://www.sourcegear.com/diffmerge'
|
|
version '4.2.0.697'
|
|
sha256 '2c6368653af2440bb4460aef9bb1b2b5d8b84b5a3f47994c4abafc4d7ddbff9e'
|
|
link 'DiffMerge.app'
|
|
end
|