From 7df18dc3f94752f94562745218133c22a8ef3544 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Oct 2016 22:46:07 +0200 Subject: [PATCH] Added the platinum searcher (#1076) * Add the_platinum_searcher * Fix json * Add version checkver for pt --- pt.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pt.json diff --git a/pt.json b/pt.json new file mode 100644 index 0000000000..be0a5923e5 --- /dev/null +++ b/pt.json @@ -0,0 +1,28 @@ +{ + "homepage": "https://github.com/monochromegane/the_platinum_searcher", + "licence": "MIT", + "version": "2.1.4", + "architecture": { + "64bit": { + "url": [ + "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.4/pt_windows_amd64.zip" + ], + "hash": [ + "6b227dc5e7e8bea2a0f20ae6301aceda60d394c86fb327db0caa8450fe89c86c" + ] + }, + "32bit": { + "url": [ + "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.4/pt_windows_386.zip" + ], + "hash": [ + "0c473879071a7e4d4e0cd47a59db973f296fe7d753a838c9811eac51dd4b8414" + ] + } + }, + "bin": "pt.exe", + "checkver": { + "url": "https://github.com/monochromegane/the_platinum_searcher/releases/latest", + "re": "\/monochromegane\/the_platinum_searcher\/releases\/tag\/v([0-9\\.]+)" + } +}