From 90b99bf144d1d3d7f47344619e12b7ff7d2054e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 3 Apr 2019 18:24:08 +0200 Subject: [PATCH] Jd-cmd: Move from extras (#3301) --- jd-cmd.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 jd-cmd.json diff --git a/jd-cmd.json b/jd-cmd.json new file mode 100644 index 0000000000..e99ef2c957 --- /dev/null +++ b/jd-cmd.json @@ -0,0 +1,16 @@ +{ + "version": "0.9.2", + "description": "Command line Java Decompiler.", + "homepage": "https://github.com/kwart/jd-cmd/", + "license": "GPL-3.0-only", + "url": "https://github.com/kwart/jd-cmd/releases/download/jd-cmd-0.9.2.Final/jd-cli-0.9.2-dist.zip", + "hash": "059c498e14510f588fede1f0230c6fb62e9e7ef34d8efd80ddee61a57d083404", + "bin": "jd-cli.jar", + "checkver": { + "github": "https://github.com/kwart/jd-cmd/", + "regex": "jd-cmd-([\\d\\.]+)\\." + }, + "autoupdate": { + "url": "https://github.com/kwart/jd-cmd/releases/download/jd-cmd-$version.Final/jd-cli-$version-dist.zip" + } +}