mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
17 lines
645 B
JSON
17 lines
645 B
JSON
{
|
|
"version": "1.0.1",
|
|
"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.0.1.Final/jd-cli-1.0.1.Final-dist.zip",
|
|
"hash": "767013796e7696854ff8b1ed0a9d4c12e4bed941be0c23537c7a2cadc5022340",
|
|
"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"
|
|
}
|
|
}
|