2021-12-11 12:30:11 +00:00

24 lines
623 B
JSON

{
"version": "0.152",
"description": "Java decompiler",
"homepage": "https://www.benf.org/other/cfr",
"license": "MIT",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://www.benf.org/other/cfr/cfr-0.152.jar#/cfr.jar",
"hash": "md5:8a85ada8cec494121246805a5562b82b",
"bin": "cfr.jar",
"checkver": "cfr-([\\d.]+)\\.jar",
"autoupdate": {
"url": "https://www.benf.org/other/cfr/cfr-$version.jar#/cfr.jar",
"hash": {
"url": "$baseurl",
"regex": "md5:\\s+$md5"
}
}
}