Skip to content

Commit

Permalink
tortoisemerge 1.6.7, winmerge 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesampson committed Sep 3, 2013
1 parent 10e47bf commit 42acbe0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tortoisemerge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "1.6.7",
"license": "GPL",
"url": "http://downloads.sourceforge.net/project/tortoisesvn/Tools/1.6.7/TortoiseDiff-1.6.7.zip",
"hash": "f530dc5d460ca6e27912bee68a8a5dc54a2e9263ac6e932438240571f92515fa",
"bin": ["tortoisemerge.exe"],
"post_install":
"try { $null = gcm git -ea stop; git config --global mergetool.tortoisemerge.path $(scoop which tortoisemerge) } catch { }",
"notes": "If you would like to use TortoiseMerge with Git, run:

git config --global merge.tool tortoisemerge"
}
8 changes: 8 additions & 0 deletions winmerge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": "2.14.0",
"license": "GPL2",
"url": "http://downloads.sourceforge.net/project/winmerge/stable/2.14.0/WinMerge-2.14.0-exe.zip",
"hash": "9c77580ff9594536ce84dbbf0095e4b8654892a713989c378b9349c833c0f177",
"extract_dir": "WinMerge-2.14.0-exe",
"bin": "WinMergeU.exe"
}

0 comments on commit 42acbe0

Please sign in to comment.