mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
ksdiff is the command line interface to [Kaleidoscope](http://www.kaleidoscopeapp.com) file compare tool
8 lines
319 B
Ruby
8 lines
319 B
Ruby
class Ksdiff < Cask
|
|
url 'https://updates.blackpixel.com/latest?app=ksdiff&v=111'
|
|
homepage 'http://www.kaleidoscopeapp.com/ksdiff2'
|
|
version '2.0.1 (111)'
|
|
sha1 '95a6c89123e76b060657d29a90fa8016e68062d1'
|
|
install 'Install ksdiff.pkg'
|
|
uninstall :pkgutil => 'com.blackpixel.kaleidoscope.ksdiff.installer.pkg'
|
|
end
|