mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 21:31:21 +00:00
jd-cmd: Update to version 1.2.0
Freeze and add jd-cli
This commit is contained in:
parent
e95b8947b4
commit
eb6125a00e
16
bucket/jd-cli.json
Normal file
16
bucket/jd-cli.json
Normal 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"
|
||||
}
|
||||
}
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user