2022-08-26 04:59:58 +00:00

17 lines
662 B
JSON

{
"version": "3.6.5",
"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.5/arthas-bin.zip",
"hash": "151589243ad75739735efd50059b193e40fddd9da4ce555ed78cc7bc5b9a50a9",
"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"
}
}