From c0f716ac961bff4a6cf94c6bae03a034345dbffa Mon Sep 17 00:00:00 2001 From: shyun3 <37260523+shyun3@users.noreply.github.com> Date: Wed, 4 Apr 2018 09:17:14 -0700 Subject: [PATCH] Add cscope version 15.8a (#2151) --- cscope.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cscope.json diff --git a/cscope.json b/cscope.json new file mode 100644 index 0000000000..393799bc6d --- /dev/null +++ b/cscope.json @@ -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/" +}