ScoopInstaller_Main/global.json
Hsiao-nan Cheung 14e6941946 global: Add GNU GLOBAL v6.6.3 (#3257)
* global: Add GNU GLOBAL v6.6.3

* add description and mod homepage
2019-03-25 19:14:53 +01:00

23 lines
739 B
JSON

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