diff --git a/bucket/jd-cli.json b/bucket/jd-cli.json new file mode 100644 index 0000000000..d8eb2d7d95 --- /dev/null +++ b/bucket/jd-cli.json @@ -0,0 +1,16 @@ +{ + "version": "1.2.0", + "description": "Command line Java Decompiler", + "homepage": "https://github.com/kwart/jd-cli", + "license": "GPL-3.0-only", + "url": "https://github.com/kwart/jd-cli/releases/download/jd-cli-1.2.0/jd-cli-1.2.0-dist.zip", + "hash": "ae589be342b8ea2ccfa48f9da09c78e1c54f263d6695c7a4385a9f748c22bb25", + "bin": "jd-cli.jar", + "checkver": { + "github": "https://github.com/kwart/jd-cli", + "regex": "jd-cli-([\\d.]+)\\-" + }, + "autoupdate": { + "url": "https://github.com/kwart/jd-cli/releases/download/jd-cli-$version/jd-cli-$version-dist.zip" + } +} diff --git a/bucket/jd-cmd.json b/bucket/jd-cmd.json index 14c8bf4840..48fed43df8 100644 --- a/bucket/jd-cmd.json +++ b/bucket/jd-cmd.json @@ -1,16 +1,10 @@ { - "version": "1.1.0", - "description": "Command line Java Decompiler.", - "homepage": "https://github.com/kwart/jd-cmd/", + "version": "1.2.0", + "description": "Command line Java Decompiler", + "homepage": "https://github.com/kwart/jd-cli", "license": "GPL-3.0-only", - "url": "https://github.com/kwart/jd-cmd/releases/download/jd-cmd-1.1.0.Final/jd-cli-1.1.0.Final-dist.zip", - "hash": "5bb1d20e17dcc442000f6769083bac1d53cb5c84416c6b058be7eebe1c7765b6", - "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.Final-dist.zip" - } + "notes": "Deprecated. Use 'main/jd-cli'", + "url": "https://github.com/kwart/jd-cli/releases/download/jd-cli-1.2.0/jd-cli-1.2.0-dist.zip", + "hash": "ae589be342b8ea2ccfa48f9da09c78e1c54f263d6695c7a4385a9f748c22bb25", + "bin": "jd-cli.jar" }