From eb6125a00ed35b3550f2f04fd440ad495147a42a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 18 Mar 2021 01:35:44 +0100 Subject: [PATCH] jd-cmd: Update to version 1.2.0 Freeze and add jd-cli --- bucket/jd-cli.json | 16 ++++++++++++++++ bucket/jd-cmd.json | 20 +++++++------------- 2 files changed, 23 insertions(+), 13 deletions(-) create mode 100644 bucket/jd-cli.json 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" }