-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathptags.json
24 lines (24 loc) · 900 Bytes
/
ptags.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "0.3.5",
"description": "A parallel universal-ctags wrapper for git repositories.",
"homepage": "https://github.com/dalance/ptags",
"license": "MIT",
"depends": "ctags",
"architecture": {
"64bit": {
"url": "https://github.com/dalance/ptags/releases/download/v0.3.5/ptags-v0.3.5-x86_64-win.zip",
"hash": "0259df12c4f7a9d55e5f0b1817da166306f3e4407fa5721d757255a535453d30"
}
},
"extract_dir": "target\\x86_64-pc-windows-msvc\\release",
"pre_install": "Remove-Item \"$dir\\target\" -Recurse -ErrorAction SilentlyContinue",
"bin": "ptags.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dalance/ptags/releases/download/v$version/ptags-v$version-x86_64-win.zip"
}
}
}
}