ptags: Add version 0.3.0 (#458)

This commit is contained in:
Matthew J. Berger 2019-10-13 06:03:55 -07:00 committed by Chawye Hsu
parent 3e62aa78bc
commit a685a6abdd

22
bucket/ptags.json Normal file
View File

@ -0,0 +1,22 @@
{
"version": "0.3.0",
"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.0/ptags-v0.3.0-x86_64-win.zip",
"hash": "4628fa3ca128a81b802d78ef49c362065eb8c483dde025308447d5214a5221cb"
}
},
"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"
}
}
}
}