From a685a6abdd1ce5d878b3350243c1513cb2bc2346 Mon Sep 17 00:00:00 2001 From: "Matthew J. Berger" Date: Sun, 13 Oct 2019 06:03:55 -0700 Subject: [PATCH] ptags: Add version 0.3.0 (#458) --- bucket/ptags.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/ptags.json diff --git a/bucket/ptags.json b/bucket/ptags.json new file mode 100644 index 0000000000..63030012d9 --- /dev/null +++ b/bucket/ptags.json @@ -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" + } + } + } +}