mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
17 lines
645 B
JSON
17 lines
645 B
JSON
{
|
|
"version": "1.1.0",
|
|
"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-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"
|
|
}
|
|
}
|