Jakub Čábera 4d4ce0e54b
procyon: Deprecated manifest (#1413)
Repository was deleted by bitbucket and there is no alternative

There is https://github.com/ststeiger/procyon, but really old repo and no releases
2020-09-27 06:29:26 -07:00

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"
}
}