Add cfr version 0.139 (#3070)

This commit is contained in:
YenForYang 2019-02-03 09:56:32 -06:00 committed by Richard Kuhnt
parent 66cd828988
commit 7c1b18e267

20
cfr.json Normal file
View File

@ -0,0 +1,20 @@
{
"version": "0.139",
"description": "Java decompiler",
"homepage": "https://www.benf.org/other/cfr",
"license": "MIT",
"suggest": {
"JRE": "java/oraclejre8u"
},
"url": "https://www.benf.org/other/cfr/cfr-0.139.jar#/cfr.jar",
"hash": "md5:ea581b24f9dd0c5a8c51369ca2e5be07",
"bin": "cfr.jar",
"checkver": "cfr-([\\d\\.]+)\\.jar",
"autoupdate": {
"url": "https://www.benf.org/other/cfr/cfr-$version.jar#/cfr.jar",
"hash": {
"url": "$baseurl",
"find": "md5:\\s+$md5"
}
}
}