mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
24 lines
623 B
JSON
24 lines
623 B
JSON
{
|
|
"version": "0.150",
|
|
"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.150.jar#/cfr.jar",
|
|
"hash": "md5:9172018d870313e41ae94e16af83c268",
|
|
"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"
|
|
}
|
|
}
|
|
}
|