global: Add GNU GLOBAL v6.6.3 (#3257)

* global: Add GNU GLOBAL v6.6.3

* add description and mod homepage
This commit is contained in:
Hsiao-nan Cheung 2019-03-26 02:14:53 +08:00 committed by Richard Kuhnt
parent 9f4561b051
commit 14e6941946

22
global.json Normal file
View File

@ -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"
}
}