jd-cmd: Update to version 1.2.0

Freeze and add jd-cli
This commit is contained in:
Jakub Čábera 2021-03-18 01:35:44 +01:00
parent e95b8947b4
commit eb6125a00e
2 changed files with 23 additions and 13 deletions

16
bucket/jd-cli.json Normal file
View File

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

View File

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