Add cscope version 15.8a (#2151)

This commit is contained in:
shyun3 2018-04-04 09:17:14 -07:00 committed by Richard Kuhnt
parent 3174abd38e
commit c0f716ac96

13
cscope.json Normal file
View File

@ -0,0 +1,13 @@
{
"version": "15.8a",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cscope-win32/cscope-15.8a-win64rev1-static.zip"
},
"32bit": {
"url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cscope-win32/cscope-15.8a-win32rev1-static.zip"
}
},
"bin": "cscope.exe",
"homepage": "http://cscope.sourceforge.net/"
}