From 14e69419461cfa8dbca7d16797d0baab6f2ad8ec Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 26 Mar 2019 02:14:53 +0800 Subject: [PATCH] global: Add GNU GLOBAL v6.6.3 (#3257) * global: Add GNU GLOBAL v6.6.3 * add description and mod homepage --- global.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 global.json diff --git a/global.json b/global.json new file mode 100644 index 0000000000..9e8c1ed959 --- /dev/null +++ b/global.json @@ -0,0 +1,22 @@ +{ + "homepage": "http://www.gnu.org/software/global/", + "version": "6.6.3", + "description": "A source code tagging system that works the same way across diverse environments.", + "license": "GPL-3.0-or-later", + "url": "http://adoxa.altervista.org/global/glo663wb.zip", + "hash": "7f37768622e95e25274b23fac0178ebb200761d0ab64bc204a73bffcec338f4a", + "bin": [ + "bin\\global.exe", + "bin\\gtags.exe", + "bin\\gtags-cscope.exe", + "bin\\htags.exe", + "bin\\gozilla.exe" + ], + "checkver": { + "url": "http://adoxa.altervista.org/global/", + "regex": "GLOBAL ([0-9.]+)" + }, + "autoupdate": { + "url": "http://adoxa.altervista.org/global/glo$cleanVersionwb.zip" + } +}