mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
17 lines
645 B
JSON
17 lines
645 B
JSON
{
|
|
"version": "1.0.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.0.0.Final/jd-cli-1.0.0.Final-dist.zip",
|
|
"hash": "7de21c63757a7cb1ccb44904eb318fa9ac16f3d49f7ff426c822516821ffc375",
|
|
"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"
|
|
}
|
|
}
|