2022-09-04 08:29:37 +00:00

17 lines
662 B
JSON

{
"version": "3.6.6",
"description": "Arthas is a Java Diagnostic tool open sourced by Alibaba.",
"homepage": "https://github.com/alibaba/arthas",
"license": "Apache-2.0",
"url": "https://github.com/alibaba/arthas/releases/download/arthas-all-3.6.6/arthas-bin.zip",
"hash": "81e729985db5f19dbf8c0e83350614836ede34ae1b11702ce66c227414d0a9a3",
"bin": "arthas-boot.jar",
"checkver": {
"github": "https://github.com/alibaba/arthas",
"regex": "/releases/tag/arthas-all-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/alibaba/arthas/releases/download/arthas-all-$version/arthas-bin.zip"
}
}