mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Repository was deleted by bitbucket and there is no alternative There is https://github.com/ststeiger/procyon, but really old repo and no releases
23 lines
757 B
JSON
23 lines
757 B
JSON
{
|
|
"homepage": "https://bitbucket.org/mstrobel/procyon/",
|
|
"description": "Java decompiler",
|
|
"license": "Apache-2.0",
|
|
"version": "0.5.36",
|
|
"url": "https://bitbucket.org/mstrobel/procyon/downloads/procyon-decompiler-0.5.36.jar#/procyon.jar",
|
|
"hash": "74f9f1537113207521a075fafe64bd8265c47a9c73574bbf9fa8854bbf7126bc",
|
|
"bin": "procyon.jar",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"url": "https://bitbucket.org/mstrobel/procyon/downloads/",
|
|
"regex": "procyon-decompiler-([\\d.]+).jar"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://bitbucket.org/mstrobel/procyon/downloads/procyon-decompiler-$version.jar#/procyon.jar"
|
|
}
|
|
}
|