Jd-cmd: Move from extras (#3301)

This commit is contained in:
Jakub Čábera 2019-04-03 18:24:08 +02:00 committed by Richard Kuhnt
parent a953d4328d
commit 90b99bf144

16
jd-cmd.json Normal file
View File

@ -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"
}
}